MCPcopy
hub / github.com/musistudio/claude-code-router / LabelProps

Interface LabelProps

src/renderer/components/ui/label.tsx:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { cn } from "@/lib/utils";
3
4export interface LabelProps extends React.LabelHTMLAttributes<HTMLLabelElement> {}
5
6const Label = React.forwardRef<HTMLLabelElement, LabelProps>(
7 ({ className, ...props }, ref) => (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…