UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

10 lines (9 loc) 921 B
import { NativeSelectItem } from "./use-native-select.js"; import { NativeSelectGroup, NativeSelectGroupProps, NativeSelectOption, NativeSelectOptionProps, NativeSelectPropsContext, NativeSelectRoot, NativeSelectRootProps, NativeSelectSeparator, NativeSelectSeparatorProps, useNativeSelectPropsContext } from "./native-select.js"; //#region src/components/native-select/namespace.d.ts declare namespace namespace_d_exports { export { NativeSelectGroup as Group, NativeSelectGroupProps as GroupProps, NativeSelectItem as Item, NativeSelectOption as Option, NativeSelectOptionProps as OptionProps, NativeSelectPropsContext as PropsContext, NativeSelectRoot as Root, NativeSelectRootProps as RootProps, NativeSelectSeparator as Separator, NativeSelectSeparatorProps as SeparatorProps, useNativeSelectPropsContext as usePropsContext }; } //#endregion export { namespace_d_exports }; //# sourceMappingURL=namespace.d.ts.map