UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

11 lines (9 loc) 326 B
import { List } from './index'; import { Meta, StoryObj } from '@storybook/react'; declare const meta: Meta<typeof List>; export default meta; type Story = StoryObj<typeof List>; export declare const Primary: Story; export declare const Disabled: Story; export declare const Active: Story; export declare const Group: Story;