Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/react-dnd-html5-backend/dist/esm/
Upload File :
Current File : /home/emeraadmin/www/node_modules/react-dnd-html5-backend/dist/esm/index.js

import { HTML5BackendImpl } from './HTML5BackendImpl';
import * as NativeTypes from './NativeTypes';
export { getEmptyImage } from './getEmptyImage';
export { NativeTypes };
export var HTML5Backend = function createBackend(manager, context) {
  return new HTML5BackendImpl(manager, context);
};