UNPKG

mainstack-library

Version:

component library for the mainstack frontend task

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