UNPKG

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