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

Class

packages/react-dnd-html5-backend/src/HTML5Backend.js:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import * as NativeTypes from './NativeTypes';
8
9export default class HTML5Backend {
10 constructor(manager) {
11 this.actions = manager.getActions();
12 this.monitor = manager.getMonitor();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected