UNPKG

dkt-plus

Version:

Decathlon component library built in Vue3 with TypeScript.

10 lines (9 loc) 188 B
export declare type buttonTyps = [ "default", "primary", "success", "warning", "info", "danger" ]; export declare type buttonSizes = ["large", "default", "small"];