Files
hospital-rescue-app-v2/uni_modules/tmx-ui/components/x-indexbar/interface.uts
T
2026-09-24 16:25:22 +08:00

8 lines
133 B
Plaintext

export type INDEXBAR_ITEM = {
id : string,
ele : XIndexbarItemComponentPublicInstance,
top:number,
name:string,
height:number
}