import type { Story, Meta } from '@storybook/react'; import { ResizablePanel } from './resizable-panel'; import { Allotment } from 'allotment'; import 'allotment/dist/style.css'; export default { component: ResizablePanel, title: 'ResizablePanel', } as Meta; const Template: Story = (args) => (