UNPKG

react-dnd-html5-backend

Version:

HTML5 backend for React DnD

6 lines (5 loc) 276 B
import type { BackendFactory } from 'dnd-core'; export { getEmptyImage } from './getEmptyImage.js'; export * as NativeTypes from './NativeTypes.js'; export type { HTML5BackendContext, HTML5BackendOptions } from './types.js'; export declare const HTML5Backend: BackendFactory;