UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

14 lines (13 loc) 395 B
import { Meta, StoryObj } from '@storybook/react'; import { CollapsibleRoot } from './Collapsible'; declare const meta: Meta<typeof CollapsibleRoot>; export default meta; type Story = StoryObj<typeof CollapsibleRoot>; /** * Use props to control the state of the component. */ export declare const Default: Story; /** * Example usage with basic styling */ export declare const Styled: Story;