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

11 lines 575 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DropdownSelectedVariantType = void 0; var DropdownSelectedVariantType; (function (DropdownSelectedVariantType) { DropdownSelectedVariantType["DEFAULT"] = "DEFAULT"; DropdownSelectedVariantType["TOPBAR"] = "TOPBAR"; DropdownSelectedVariantType["SIDE_MENU"] = "SIDE_MENU"; DropdownSelectedVariantType["TOPBAR_TAB"] = "TOPBAR_TAB"; })(DropdownSelectedVariantType || (exports.DropdownSelectedVariantType = DropdownSelectedVariantType = {})); //# sourceMappingURL=variants.js.map