UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

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