UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

9 lines (7 loc) 275 B
import { Dropdown } from './index'; import { Meta, StoryObj } from '@storybook/react'; declare const meta: Meta<typeof Dropdown>; export default meta; type Story = StoryObj<typeof Dropdown>; export declare const Primary: Story; export declare const DropdownWithList: Story;