UNPKG

mainstack-library

Version:

component library for the mainstack frontend task

7 lines (6 loc) 238 B
import type { Meta, StoryObj } from "@storybook/react"; import RadioDropdown from "."; declare const meta: Meta<typeof RadioDropdown>; export default meta; type Story = StoryObj<typeof RadioDropdown>; export declare const Default: Story;