UNPKG

@tritium-research/react-component

Version:

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

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