MCPcopy
hub / github.com/downshift-js/downshift / State

Interface State

test/basic.test.tsx:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6interface Props {}
7
8interface State {
9 items: Array<Item>
10}
11
12export default class App extends React.Component<Props, State> {
13 state: 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…