UNPKG

@tritium-research/react-component

Version:

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

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