UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

9 lines (8 loc) 305 B
import { Meta, StoryObj } from '@storybook/react'; import { Textarea } from './Textarea'; declare const meta: Meta<typeof Textarea>; export default meta; type Story = StoryObj<typeof Textarea>; export declare const Empty: Story; export declare const Placeholder: Story; export declare const Value: Story;