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

Interface BadgeGroupProps

website/app/components/preview/CDN.tsx:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32interface BadgeGroupProps {
33 items: string[];
34 onClick: (value: string) => void;
35 isActive: (value: string) => boolean;
36}
37
38interface ActiveVariants {
39 axes: Record<string, boolean>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected