import React from 'react'; import Button from '../button'; import SlidingPanel, { type SlidingPanelProps } from './SlidingPanel'; export default { component: SlidingPanel, title: 'Dialogs/SlidingPanel', argTypes: { position: { control: 'select', options: ['left', 'right', 'top', 'bottom'], }, }, parameters: { docs: { source: { type: 'code' }, }, }, decorators: [ (Story: any) => (