UNPKG

mainstack-library

Version:

component library for the mainstack frontend task

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