UNPKG

@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

14 lines 815 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConfirmationMessageStateType = exports.ConfirmationMessageVariantType = void 0; var ConfirmationMessageVariantType; (function (ConfirmationMessageVariantType) { ConfirmationMessageVariantType["DEFAULT"] = "DEFAULT"; })(ConfirmationMessageVariantType || (exports.ConfirmationMessageVariantType = ConfirmationMessageVariantType = {})); var ConfirmationMessageStateType; (function (ConfirmationMessageStateType) { ConfirmationMessageStateType["SUCCESS"] = "SUCCESS"; ConfirmationMessageStateType["ERROR"] = "ERROR"; ConfirmationMessageStateType["WARNING"] = "WARNING"; })(ConfirmationMessageStateType || (exports.ConfirmationMessageStateType = ConfirmationMessageStateType = {})); //# sourceMappingURL=variants.js.map