UNPKG

@tritium-research/react-component

Version:

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

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