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