@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 • 577 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChipStateType = exports.ChipVariantType = void 0;
var ChipVariantType;
(function (ChipVariantType) {
ChipVariantType["DEFAULT"] = "DEFAULT";
})(ChipVariantType || (exports.ChipVariantType = ChipVariantType = {}));
var ChipStateType;
(function (ChipStateType) {
ChipStateType["DEFAULT"] = "DEFAULT";
ChipStateType["ERROR"] = "ERROR";
ChipStateType["DISABLED"] = "DISABLED";
})(ChipStateType || (exports.ChipStateType = ChipStateType = {}));
//# sourceMappingURL=variants.js.map