UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

8 lines (7 loc) 295 B
import { Meta, StoryObj } from '@storybook/react'; import { InputOTP } from './InputOTP'; declare const meta: Meta<typeof InputOTP>; export default meta; type Story = StoryObj<typeof InputOTP>; export declare const Default: Story; export declare const Custom: () => import("react").JSX.Element;