UNPKG

react-restyle-components

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