UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

9 lines (8 loc) 436 B
export * from "./Select.js"; export * from "./types.js"; export { SelectQa } from "./constants.js"; export * from "./hooks-public/index.js"; export { isSelectGroupTitle } from "./utils.js"; // FIXME: rename types SelectOption and SelectOptionGroup to SelectOptionProps and SelectOptionGroupProps respectively export { Option as SelectItem, OptionGroup as SelectItemGroup } from "./tech-components.js"; //# sourceMappingURL=index.js.map