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

Interface ControlledState

docs/examples/controlled.tsx:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import '../../assets/index.less';
5
6interface ControlledState {
7 destroy: boolean;
8 value: string | number;
9 open: boolean;
10}
11
12class Controlled extends React.Component<{}, ControlledState> {
13 state = {

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…