@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
17 lines (15 loc) • 617 B
JavaScript
import { __export } from "../../_virtual/rolldown_runtime.js";
import { SelectGroup, SelectLabel, SelectOption, SelectPropsContext, SelectRoot, SelectSeparator, useSelectPropsContext } from "./select.js";
//#region src/components/select/namespace.ts
var namespace_exports = /* @__PURE__ */ __export({
Group: () => SelectGroup,
Label: () => SelectLabel,
Option: () => SelectOption,
PropsContext: () => SelectPropsContext,
Root: () => SelectRoot,
Separator: () => SelectSeparator,
usePropsContext: () => useSelectPropsContext
});
//#endregion
export { namespace_exports };
//# sourceMappingURL=namespace.js.map