MCPcopy
hub / github.com/ElricLiu/AutoGPT-Next-Web / LabelProps

Interface LabelProps

src/components/Label.tsx:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import clsx from "clsx";
5
6interface LabelProps {
7 left?: React.ReactNode;
8 type?: string;
9 toolTipProperties?: toolTipProperties;
10}
11
12const Label = ({ type, left, toolTipProperties }: LabelProps) => {
13 const isTypeTextArea = () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected