MCPcopy Create free account
hub / github.com/azeezat/react-native-select / MyComponentState

Interface MyComponentState

example/src/WithClassComponent.tsx:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8// Define the type for our component state
9interface MyComponentState {
10 country: any[];
11}
12
13// Class component
14class MyComponent extends React.Component<MyComponentProps, MyComponentState> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected