UNPKG

@uva-glass/component-library

Version:

React components UvA

9 lines (8 loc) 673 B
import { PropsWithChildren } from 'react'; import { Meta } from '@storybook/react'; import { CardProps } from './Card'; declare const _default: Meta<PropsWithChildren<CardProps>>; export default _default; export declare const CardExample: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<CardProps>>; export declare const WithNotification: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<CardProps>>; export declare const WithChildren: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<CardProps>>;