@cimpress/react-components
Version:
React components to support the MCP styleguide
12 lines • 511 B
TypeScript
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