UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

8 lines (6 loc) 223 B
import { Drawer } from './index'; import { Meta, StoryObj } from '@storybook/react'; declare const meta: Meta<typeof Drawer>; export default meta; type Story = StoryObj<typeof Drawer>; export declare const Primary: Story;