@stanfordspezi/spezi-web-design-system
Version:
Stanford Biodesign Digital Health Spezi Web Design System
22 lines (21 loc) • 593 B
TypeScript
import { Meta, StoryObj } from '@storybook/react';
import { AsideBrandLayoutRoot } from './AsideBrandLayout';
declare const meta: Meta<typeof AsideBrandLayoutRoot>;
export default meta;
type Story = StoryObj<typeof AsideBrandLayoutRoot>;
/**
* Basic structure of the aside brand layout.
*/
export declare const Simple: Story;
/**
* Branded layout example with Stanford logo and your application name.
*/
export declare const Branded: Story;
/**
* Gradient-filled aside.
*/
export declare const GradientAside: Story;
/**
* Image-filled aside.
*/
export declare const ImageAside: Story;