UNPKG

mainstack-library

Version:

component library for the mainstack frontend task

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