/**
 * @file index.ts
 * @input Imports from useResizable and ResizeHandle
 * @output Re-exports all public Resizable API
 * @position Package entry point for Resizable
 */
export { useResizable } from './useResizable';
export type { ResizableRegion, ResizableRegionConfig, ResizableProps, ResizableConfig, UseResizableSingleConfig, UseResizableMultiConfig, } from './useResizable';
export { ResizeHandle } from './ResizeHandle';
export type { ResizeHandleProps } from './ResizeHandle';
//# sourceMappingURL=index.d.ts.map