@kelvininc/ui-components
Version:
Kelvin UI Components
11 lines (9 loc) • 372 B
JavaScript
var EActionButtonType;
(function (EActionButtonType) {
EActionButtonType["Primary"] = "primary";
EActionButtonType["Secondary"] = "secondary";
EActionButtonType["Tertiary"] = "tertiary";
EActionButtonType["Ghost"] = "ghost";
EActionButtonType["Danger"] = "danger";
})(EActionButtonType || (EActionButtonType = {}));
export { EActionButtonType as E };