UNPKG

@uva-glass/component-library

Version:

React components UvA

7 lines (6 loc) 455 B
import { Meta } from '@storybook/react'; import { TextAreaProps } from './TextArea'; declare const _default: Meta<TextAreaProps>; export default _default; export declare const TextAreaExample: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, TextAreaProps>; export declare const TextAreaSubtitleExample: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, TextAreaProps>;