UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

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