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

Interface BaseOptionType

src/Select.tsx:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92export interface BaseOptionType {
93 disabled?: boolean;
94 className?: string;
95 title?: string;
96 [name: string]: any;
97}
98
99export interface DefaultOptionType extends BaseOptionType {
100 label?: React.ReactNode;

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…