1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export type CHILDREN_INFO = {
|
||||
id:string,
|
||||
index:number,
|
||||
oldindex:number,
|
||||
node:DOMRect,
|
||||
disabled:boolean,
|
||||
ele:XDragItemComponentPublicInstance
|
||||
}
|
||||
export type CHILDREN_SIZE = {
|
||||
width:number,
|
||||
height:number,
|
||||
}
|
||||
Reference in New Issue
Block a user