UNPKG

@kelvininc/ui-components

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