@gfazioli/mantine-split-pane
Version:
A React component that manages split panes allows users to divide and resize content areas within a layout efficiently.
6 lines (5 loc) • 375 B
TypeScript
export { useSplitContext } from './Split.context';
export { Split } from './Split';
export type { SplitCssVariables, SplitFactory, SplitProps } from './Split';
export type { SPLIT_PANE_SIZE, SplitPaneFactory, SplitPaneProps } from './Pane/SplitPane';
export type { SPLIT_PANE_RESIZE_SIZES, SplitPaneResizerFactory, SplitPaneResizerProps, } from './Resizer/SplitPaneResizer';