index.d.ts 209 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 export type ListType = { key: any type: string name: string |any desc: string value: any suffix?: string step?: number min?: number tip?: string options?: { label: string; value: any }[] }