import PanelGroup, { PanelWidth } from "react-panelgroup";
import * as React from "react";
const test1 = (
panel 1
panel 2
panel 3
);
const test2 = (
panel 1
panel 2
panel 3
);
const test3 = (
panel 1
panel 2
panel 3
panel 4
panel 5
panel 6
);
const test4 = (
panel 1
panel 2
panel 3
);
const test5 = (
{}}
>
panel 1
panel 2
panel 3
);
const test6: PanelWidth = {
size: 100,
minSize: 100,
resize: "fixed",
snap: [50, 75]
};