@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
11 lines • 584 B
JavaScript
export var ConfirmationMessageVariantType;
(function (ConfirmationMessageVariantType) {
ConfirmationMessageVariantType["DEFAULT"] = "DEFAULT";
})(ConfirmationMessageVariantType || (ConfirmationMessageVariantType = {}));
export var ConfirmationMessageStateType;
(function (ConfirmationMessageStateType) {
ConfirmationMessageStateType["SUCCESS"] = "SUCCESS";
ConfirmationMessageStateType["ERROR"] = "ERROR";
ConfirmationMessageStateType["WARNING"] = "WARNING";
})(ConfirmationMessageStateType || (ConfirmationMessageStateType = {}));
//# sourceMappingURL=variants.js.map