UNPKG

@cimpress/react-components

Version:
12 lines 511 B
import type { Meta, StoryObj } from '@storybook/react'; import { TextArea } from '../TextInput'; declare const meta: Meta<typeof TextArea>; export default meta; type Story = StoryObj<typeof TextArea>; export declare const Default: Story; /** Example of `TextArea` with a placeholder and without a label. */ export declare const Placeholder: Story; export declare const Rows: Story; /** Example of deprecated `rightAddon` prop. */ export declare const Addon: Story; //# sourceMappingURL=TextArea.stories.d.ts.map