@uva-glass/component-library
Version:
React components UvA
9 lines (8 loc) • 705 B
TypeScript
import { Meta } from '@storybook/react';
import { InputProps } from './Input';
declare const _default: Meta<InputProps>;
export default _default;
export declare const InputExample: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, InputProps>;
export declare const FullWidth: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, InputProps>;
export declare const Numeric: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, InputProps>;
export declare const WithErrorAppearance: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, InputProps>;