UNPKG

react-restyle-components

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