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

10 lines 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OptionVariantType = void 0; var OptionVariantType; (function (OptionVariantType) { OptionVariantType["DEFAULT"] = "DEFAULT"; OptionVariantType["INPUT"] = "INPUT"; OptionVariantType["INPUT_HIGHTLIGHTED"] = "INPUT_HIGHTLIGHTED"; })(OptionVariantType || (exports.OptionVariantType = OptionVariantType = {})); //# sourceMappingURL=variants.js.map