UNPKG

@kelvininc/ui-components

Version:
11 lines (9 loc) 380 B
'use strict'; 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 = {}));