UNPKG

react-restyle-components

Version:
7 lines (6 loc) 231 B
import type { Meta, StoryObj } from '@storybook/react'; import { Icon } from './icons.component'; declare const meta: Meta<typeof Icon>; export default meta; type Story = StoryObj<typeof Icon>; export declare const Primary: Story;