@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
12 lines • 478 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DotSizeType = exports.DotVariantType = void 0;
var DotVariantType;
(function (DotVariantType) {
DotVariantType["WITH_BORDER"] = "WITH_BORDER";
})(DotVariantType || (exports.DotVariantType = DotVariantType = {}));
var DotSizeType;
(function (DotSizeType) {
DotSizeType["SMALL"] = "SMALL";
})(DotSizeType || (exports.DotSizeType = DotSizeType = {}));
//# sourceMappingURL=variants.js.map