UNPKG

react-restyle-components

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