@uva-glass/component-library
Version:
React components UvA
8 lines (7 loc) • 346 B
TypeScript
import { Meta } from '@storybook/react';
import { PropsWithChildren } from 'react';
declare const _default: Meta<PropsWithChildren>;
export default _default;
export declare const AttentionExample: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, {
children?: import('react').ReactNode | undefined;
}>;