UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

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