UNPKG

281 BTypeScriptView Raw
1import * as NativeTypes from './NativeTypes';
2import { BackendFactory } from 'dnd-core';
3export { HTML5BackendContext, HTML5BackendOptions } from './types';
4export { getEmptyImage } from './getEmptyImage';
5export { NativeTypes };
6export declare const HTML5Backend: BackendFactory;