UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

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