MCPcopy Create free account
hub / github.com/api-platform/website / ChipProps

Interface ChipProps

pwa/components/common/Chip.tsx:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { ChipColor } from "types";
5
6export interface ChipProps {
7 size?: "small" | "large";
8 className?: string;
9 empty?: boolean;
10 color?: ChipColor;
11 darkMode?: boolean;
12 text: string;
13 rounded?: boolean;
14}
15
16export default function Chip({
17 size,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected