MCPcopy Create free account
hub / github.com/react-component/select / DisplayValueType

Interface DisplayValueType

src/interface.ts:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface DisplayValueType {
14 key?: React.Key;
15 value?: RawValueType;
16 label?: React.ReactNode;
17 title?: React.ReactNode;
18 disabled?: boolean;
19}
20
21export type RenderNode = React.ReactNode | ((props: any) => React.ReactNode);
22

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…