UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

9 lines (8 loc) 472 B
import type { Story } from '@storybook/react'; import type { TextAreaProps } from './index'; declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, import("@storybook/react").Args>; export default _default; export declare const Playground: Story<TextAreaProps>; export declare const Basic: () => JSX.Element; export declare const Error: () => JSX.Element; export declare const Disabled: () => JSX.Element;