@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
23 lines (21 loc) • 902 B
JavaScript
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
const require_use_resizable = require('./use-resizable.cjs');
const require_resizable = require('./resizable.cjs');
//#region src/components/resizable/namespace.ts
var namespace_exports = /* @__PURE__ */ require_rolldown_runtime.__export({
Context: () => require_use_resizable.ResizableContext,
Item: () => require_resizable.ResizableItem,
PropsContext: () => require_resizable.ResizablePropsContext,
Root: () => require_resizable.ResizableRoot,
Trigger: () => require_resizable.ResizableTrigger,
useContext: () => require_use_resizable.useResizableContext,
usePropsContext: () => require_resizable.useResizablePropsContext
});
//#endregion
Object.defineProperty(exports, 'namespace_exports', {
enumerable: true,
get: function () {
return namespace_exports;
}
});
//# sourceMappingURL=namespace.cjs.map