UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

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