Your IP : 216.73.216.86


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

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