UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

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