UNPKG

@ctsy/layui-vue

Version:

a component library for Vue 3 base on layui-vue

5 lines (4 loc) 280 B
export declare type ButtonType = "primary" | "normal" | "warm" | "danger"; export declare type ButtonSize = "lg" | "sm" | "xs"; export declare type ButtonBorder = "green" | "blue" | "orange" | "red" | "black"; export declare type ButtonNativeType = "button" | "submit" | "reset";