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

16 lines 656 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DotSizeType = exports.DotVariantType = void 0; var DotVariantType; (function (DotVariantType) { DotVariantType["WITH_BORDER"] = "WITH_BORDER"; DotVariantType["WITHOUT_BORDER"] = "WITHOUT_BORDER"; DotVariantType["ALTERNATIVE"] = "ALTERNATIVE"; })(DotVariantType || (exports.DotVariantType = DotVariantType = {})); var DotSizeType; (function (DotSizeType) { DotSizeType["BIG"] = "BIG"; DotSizeType["MEDIUM"] = "MEDIUM"; DotSizeType["SMALL"] = "SMALL"; })(DotSizeType || (exports.DotSizeType = DotSizeType = {})); //# sourceMappingURL=variants.js.map