@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
13 lines • 495 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BadgeSize = exports.BadgeVariant = void 0;
var BadgeVariant;
(function (BadgeVariant) {
BadgeVariant["PRIMARY"] = "PRIMARY";
BadgeVariant["ALTERNATIVE"] = "ALTERNATIVE";
})(BadgeVariant || (exports.BadgeVariant = BadgeVariant = {}));
var BadgeSize;
(function (BadgeSize) {
BadgeSize["DEFAULT"] = "DEFAULT";
})(BadgeSize || (exports.BadgeSize = BadgeSize = {}));
//# sourceMappingURL=variants.js.map