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 456 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InputDropdownVariant = void 0; var InputDropdownVariant; (function (InputDropdownVariant) { InputDropdownVariant["DEFAULT"] = "DEFAULT"; InputDropdownVariant["DEFAULT_SEARCH"] = "DEFAULT_SEARCH"; InputDropdownVariant["TEST"] = "TEST"; })(InputDropdownVariant || (exports.InputDropdownVariant = InputDropdownVariant = {})); //# sourceMappingURL=variants.js.map