@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 • 553 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ButtonSizeType = exports.ButtonVariantType = void 0;
var ButtonVariantType;
(function (ButtonVariantType) {
ButtonVariantType["PRIMARY"] = "PRIMARY";
})(ButtonVariantType || (exports.ButtonVariantType = ButtonVariantType = {}));
var ButtonSizeType;
(function (ButtonSizeType) {
ButtonSizeType["LARGE"] = "LARGE";
ButtonSizeType["MEDIUM"] = "MEDIUM";
})(ButtonSizeType || (exports.ButtonSizeType = ButtonSizeType = {}));
//# sourceMappingURL=variants.js.map