UNPKG

mainstack-library

Version:

component library for the mainstack frontend task

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