UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

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