UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

10 lines (9 loc) 487 B
import { Meta } from '@storybook/react'; import { SideLabel } from './SideLabel'; declare const meta: Meta<typeof SideLabel>; export default meta; export declare const WithSwitch: () => import("react").JSX.Element; export declare const Reversed: () => import("react").JSX.Element; export declare const Complex: () => import("react").JSX.Element; export declare const ComplexNonCentered: () => import("react").JSX.Element; export declare const NoInput: () => import("react").JSX.Element;