MCPcopy Create free account
hub / github.com/react-dnd/react-dnd /

Class

examples/00 Chessboard/Tutorial App/Board.js:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9@DragDropContext(HTML5Backend)
10export default class Board extends Component {
11 static propTypes = {
12 knightPosition: PropTypes.arrayOf(
13 PropTypes.number.isRequired,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected