@vnmfify/core
Version:
```shell npm i @vnmfify/core -S ```
6 lines (5 loc) • 371 B
TypeScript
export declare type ButtonFormType = "button" | "submit" | "reset";
export declare type ButtonVariant = "contained" | "text" | "outlined";
export declare type ButtonSize = "mini" | "small" | "medium" | "large";
export declare type ButtonColor = "default" | "primary" | "info" | "success" | "warning" | "danger";
export declare type ButtonShape = "square" | "round";