UNPKG

@tritium-research/react-component

Version:

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

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