UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

7 lines (6 loc) 219 B
import { Meta, StoryObj } from '@storybook/react'; import { Label } from './Label'; declare const meta: Meta<typeof Label>; export default meta; type Story = StoryObj<typeof Label>; export declare const Default: Story;