@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
21 lines (19 loc) • 832 B
JavaScript
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
const require_native_select = require('./native-select.cjs');
//#region src/components/native-select/namespace.ts
var namespace_exports = /* @__PURE__ */ require_rolldown_runtime.__export({
Group: () => require_native_select.NativeSelectGroup,
Option: () => require_native_select.NativeSelectOption,
PropsContext: () => require_native_select.NativeSelectPropsContext,
Root: () => require_native_select.NativeSelectRoot,
Separator: () => require_native_select.NativeSelectSeparator,
usePropsContext: () => require_native_select.useNativeSelectPropsContext
});
//#endregion
Object.defineProperty(exports, 'namespace_exports', {
enumerable: true,
get: function () {
return namespace_exports;
}
});
//# sourceMappingURL=namespace.cjs.map