UNPKG

@yamada-ui/react

Version:

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

18 lines (16 loc) 711 B
import { __export } from "../../_virtual/rolldown_runtime.js"; import { ResizableContext, useResizableContext } from "./use-resizable.js"; import { ResizableItem, ResizablePropsContext, ResizableRoot, ResizableTrigger, useResizablePropsContext } from "./resizable.js"; //#region src/components/resizable/namespace.ts var namespace_exports = /* @__PURE__ */ __export({ Context: () => ResizableContext, Item: () => ResizableItem, PropsContext: () => ResizablePropsContext, Root: () => ResizableRoot, Trigger: () => ResizableTrigger, useContext: () => useResizableContext, usePropsContext: () => useResizablePropsContext }); //#endregion export { namespace_exports }; //# sourceMappingURL=namespace.js.map