UNPKG

brisk-tnui-vue3-uniapp

Version:
13 lines (10 loc) 201 B
export interface IndexListDataItem { key: string title: string data: any[] } export type IndexListData = IndexListDataItem[] export interface KeyListRectInfo { top: number height: number }