UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

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