UNPKG

asp-smart-ui-plus-test

Version:

A Component Library for Vue 3

10 lines (9 loc) 212 B
export declare type buttonItem = { label?: string; clickFunc?: () => void; disabledFunc?: () => boolean; disabled?: boolean; showFunc?: () => boolean; show?: boolean; events?: any; };