Files
hospital-rescue-app-v2/uni_modules/tmx-ui/components/x-swiper/interface.uts
T
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
}