UNPKG

@uva-glass/component-library

Version:

React components UvA

7 lines (6 loc) 443 B
import { PropsWithChildren } from 'react'; import { Meta } from '@storybook/react'; import { SectionNotificationProps } from 'components/SectionNotification'; declare const _default: Meta<PropsWithChildren<SectionNotificationProps>>; export default _default; export declare const SectionNotificationExample: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<SectionNotificationProps>>;