UNPKG

react-dnd-html5-backend

Version:

HTML5 backend for React DnD

12 lines (10 loc) 249 B
export type HTML5BackendContext = Window | undefined /** * Configuration options for the HTML5Backend */ export interface HTML5BackendOptions { /** * The root DOM node to use for subscribing to events. Default=Window */ rootElement: Node }