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 { CloseIcon as Close } from "./close"; declare const meta: Meta<typeof Close>; export default meta; type Story = StoryObj<typeof meta>; export declare const Default: Story;