UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

10 lines (9 loc) 332 B
import { Meta, StoryObj } from '@storybook/react'; import { Async } from './Async'; declare const meta: Meta<typeof Async>; export default meta; type Story = StoryObj<typeof Async>; export declare const Loading: Story; export declare const Error: Story; export declare const CustomMessage: Story; export declare const Empty: Story;