UNPKG

@uva-glass/component-library

Version:

React components UvA

7 lines (6 loc) 379 B
import { PropsWithChildren } from 'react'; import { Meta } from '@storybook/react'; import { RepeaterProps } from './Repeater'; declare const _default: Meta<PropsWithChildren<RepeaterProps>>; export default _default; export declare const RepeaterExample: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<RepeaterProps>>;