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

Interface LabelInValueType

src/Select.tsx:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69export type RawValueType = string | number;
70export interface LabelInValueType {
71 label: React.ReactNode;
72 value: RawValueType;
73 /** @deprecated `key` is useless since it should always same as `value` */
74 key?: React.Key;
75}
76
77export type DraftValueType =
78 | RawValueType

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…