@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
17 lines (16 loc) • 449 B
TypeScript
export declare enum ButtonVariantType {
PRIMARY = "PRIMARY",
SECONDARY = "SECONDARY",
SECONDARY_ALT = "SECONDARY_ALT",
ACTION_PRIMARY = "ACTION_PRIMARY",
ACTION_SECONDARY = "ACTION_SECONDARY",
ACTION_SECONDARY_ALT = "ACTION_SECONDARY_ALT"
}
export declare enum ButtonSizeType {
LARGE = "LARGE",
/**
* @deprecated `MEDIUM` will be removed. Use `LARGE` instead
*/
MEDIUM = "MEDIUM",
SMALL = "SMALL"
}