UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

11 lines 479 B
import type { Meta, StoryObj } from '@storybook/react-webpack5'; import DraggableList from '../DraggableList'; declare const meta: Meta<typeof DraggableList>; export default meta; type Story = StoryObj<typeof DraggableList>; export declare const Default: Story; export declare const AvatarsColumn: Story; export declare const AvatarsRow: Story; export declare const ButtonsColumn: Story; export declare const ButtonsRow: Story; //# sourceMappingURL=DraggableList.stories.d.ts.map