UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

15 lines (14 loc) 541 B
import { Meta, StoryObj } from '@storybook/react'; import { Progress } from './Progress'; declare const meta: Meta<typeof Progress>; export default meta; type Story = StoryObj<typeof Progress>; export declare const Empty: Story; export declare const Quarter: Story; export declare const Half: Story; export declare const ThreeQuarters: Story; export declare const Full: Story; export declare const Destructive: Story; export declare const DestructiveFull: Story; export declare const Primary: Story; export declare const PrimaryFull: Story;