@uva-glass/component-library
Version:
React components UvA
7 lines (6 loc) • 425 B
TypeScript
import { Meta } from '@storybook/react';
import { DrawerProps } from './Drawer';
declare const _default: Meta<DrawerProps>;
export default _default;
export declare const DrawerExample: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DrawerProps>;
export declare const WithButtons: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DrawerProps>;