UNPKG

michihouse-components-tmp

Version:

Biblioteca de componentes da MichiHouse

8 lines (7 loc) 263 B
import { Meta, StoryObj } from "@storybook/react"; import { RadioGroup } from "."; declare const meta: Meta<typeof RadioGroup>; export default meta; type Story = StoryObj<typeof meta>; export declare const Horizontal: Story; export declare const Vertical: Story;