Files
2026-09-24 16:25:22 +08:00

13 lines
208 B
Plaintext

export type SWIPER_ITEM = {
id : string,
order:number,
ele : XSwiperItemComponentPublicInstance
}
export type POSITON = {
x : number,
y : number
}
export type SIZE = {
width : number,
height : number
}