6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import { Allotment } from 'allotment';
|
|
import 'allotment/dist/style.css';
|
|
|
|
export const ResizableGrid = Allotment;
|
|
export const ResizableGridPanel = Allotment.Pane;
|