index.d.ts 189 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 export enum TypeEnum { BUTTON = 'button', IMPORTUPLOAD = 'importUpload' } export type BtnListType = { key: string type: TypeEnum name: string icon: any handle?: () => void }