@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
22 lines (20 loc) • 775 B
JavaScript
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
const require_select = require('./select.cjs');
//#region src/components/select/namespace.ts
var namespace_exports = /* @__PURE__ */ require_rolldown_runtime.__export({
Group: () => require_select.SelectGroup,
Label: () => require_select.SelectLabel,
Option: () => require_select.SelectOption,
PropsContext: () => require_select.SelectPropsContext,
Root: () => require_select.SelectRoot,
Separator: () => require_select.SelectSeparator,
usePropsContext: () => require_select.useSelectPropsContext
});
//#endregion
Object.defineProperty(exports, 'namespace_exports', {
enumerable: true,
get: function () {
return namespace_exports;
}
});
//# sourceMappingURL=namespace.cjs.map