933878acf5
Co-authored-by: Joe <joe@vega.xyz>
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;
|