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