UNPKG

tdesign-miniprogram

Version:
15 lines (14 loc) 284 B
export interface TdIndexesProps { indexList?: { type: null; value?: string[] | number[]; }; sticky?: { type: BooleanConstructor; value?: Boolean; }; stickyOffset?: { type: NumberConstructor; value?: number; }; }