@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
11 lines (10 loc) • 1.08 kB
TypeScript
import { ComboboxItem, ComboboxItemWithItems, ComboboxItemWithValue } from "../../hooks/use-combobox/index.js";
import { SelectItemRender } from "./use-select.js";
import { SelectGroup, SelectGroupProps, SelectLabel, SelectLabelProps, SelectOption, SelectOptionProps, SelectPropsContext, SelectRoot, SelectRootProps, SelectSeparator, SelectSeparatorProps, useSelectPropsContext } from "./select.js";
//#region src/components/select/namespace.d.ts
declare namespace namespace_d_exports {
export { SelectGroup as Group, SelectGroupProps as GroupProps, ComboboxItem as Item, ComboboxItemWithItems as ItemWithItems, ComboboxItemWithValue as ItemWithValue, SelectLabel as Label, SelectLabelProps as LabelProps, SelectOption as Option, SelectOptionProps as OptionProps, SelectPropsContext as PropsContext, SelectItemRender as Render, SelectRoot as Root, SelectRootProps as RootProps, SelectSeparator as Separator, SelectSeparatorProps as SeparatorProps, useSelectPropsContext as usePropsContext };
}
//#endregion
export { namespace_d_exports };
//# sourceMappingURL=namespace.d.ts.map