MCPcopy Create free account
hub / github.com/fontsource/fontsource / BadgeGroupProps

Interface BadgeGroupProps

website/app/components/preview/InstallCode.tsx:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24interface BadgeGroupProps {
25 items: string[];
26 onClick: (value: string) => void;
27 isActive: (value: string) => boolean;
28 mt?: string;
29}
30
31interface ActiveVariants {
32 axes: Record<string, boolean>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected