@gfazioli/mantine-split-pane
Version:
A Mantine 9 React component for resizable split pane layouts with 7 resizer variants, context-based prop inheritance, responsive orientation, and dynamic pane generation.
10 lines (9 loc) • 567 B
text/typescript
export { Split } from './Split';
export type { SplitCssVariables, SplitFactory, SplitProps } from './Split';
export { SplitPane } from './Pane/SplitPane';
export type { SPLIT_PANE_SIZE, SplitPaneFactory, SplitPaneProps } from './Pane/SplitPane';
export { SplitResizer } from './Resizer/SplitResizer';
export type { SPLIT_PANE_RESIZE_SIZES, SplitResizerFactory, SplitResizerProps, } from './Resizer/SplitResizer';
export { SplitDynamic } from './Dynamic';
export type { PaneConfig, SplitDynamicProps } from './Dynamic';
export type { ResponsiveValue } from './types';