UNPKG

@kelvininc/ui-components

Version:
9 lines (8 loc) 343 B
export var EActionButtonType; (function (EActionButtonType) { EActionButtonType["Primary"] = "primary"; EActionButtonType["Secondary"] = "secondary"; EActionButtonType["Tertiary"] = "tertiary"; EActionButtonType["Ghost"] = "ghost"; EActionButtonType["Danger"] = "danger"; })(EActionButtonType || (EActionButtonType = {}));