@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
10 lines (9 loc) • 955 B
TypeScript
import { ResizableContext, ResizableGroupControl, ResizableItemControl, ResizableStorage, useResizableContext } from "./use-resizable.js";
import { ResizableItem, ResizableItemProps, ResizablePropsContext, ResizableRoot, ResizableRootProps, ResizableTrigger, ResizableTriggerProps, useResizablePropsContext } from "./resizable.js";
//#region src/components/resizable/namespace.d.ts
declare namespace namespace_d_exports {
export { ResizableContext as Context, ResizableGroupControl as GroupControl, ResizableItem as Item, ResizableItemControl as ItemControl, ResizableItemProps as ItemProps, ResizablePropsContext as PropsContext, ResizableRoot as Root, ResizableRootProps as RootProps, ResizableStorage as Storage, ResizableTrigger as Trigger, ResizableTriggerProps as TriggerProps, useResizableContext as useContext, useResizablePropsContext as usePropsContext };
}
//#endregion
export { namespace_d_exports };
//# sourceMappingURL=namespace.d.ts.map