@uva-glass/component-library
Version:
React components UvA
8 lines (7 loc) • 588 B
TypeScript
import { Meta } from '@storybook/react';
import { SortableProps } from './Sortable';
declare const _default: Meta<SortableProps>;
export default _default;
export declare const SortableExample: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, SortableProps>;
export declare const withHandleRight: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, SortableProps>;
export declare const WithComplexChildren: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, SortableProps>;