UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

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