@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 • 492 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListOptionsVariantType = void 0;
var ListOptionsVariantType;
(function (ListOptionsVariantType) {
ListOptionsVariantType["DEFAULT"] = "DEFAULT";
ListOptionsVariantType["INPUT"] = "INPUT";
ListOptionsVariantType["FUNCTIONALITIES_MODULE"] = "FUNCTIONALITIES_MODULE";
})(ListOptionsVariantType || (exports.ListOptionsVariantType = ListOptionsVariantType = {}));
//# sourceMappingURL=variants.js.map