UNPKG

soda-material

Version:

A component library that may follow [material design 3](https://m3.material.io/components) (a.k.a. material you)

11 lines (10 loc) 272 B
import type { StoryObj } from '@storybook/react'; import { SideSheet } from '.'; declare const meta: { title: string; component: typeof SideSheet; tags: string[]; }; export default meta; type Story = StoryObj<typeof meta>; export declare const Default: Story;