UNPKG

@tritium-research/react-component

Version:

A react component library based on material-ui, build for tritium internal usecases.

12 lines (11 loc) 315 B
import type { StoryObj } from "@storybook/react"; import Modal from "../components/Modal"; declare const meta: { title: string; component: typeof Modal; tags: string[]; }; export default meta; type Story = StoryObj<typeof meta>; export declare const Primary: Story; export declare const NoTitle: Story;