Files
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
}