lucid-ui
Version:
A UI component library from Xandr.
8 lines • 424 B
TypeScript
import { Story, Meta } from '@storybook/react';
import { IDraggableListProps } from './DraggableList';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
export declare const Basic: Story<IDraggableListProps>;
export declare const NoDragHandle: Story<IDraggableListProps>;
export declare const WithChildren: Story<IDraggableListProps>;
//# sourceMappingURL=DraggableList.stories.d.ts.map