| Current Path : /home/emeraadmin/www/node_modules/react-dnd-html5-backend/lib/ |
| Current File : /home/emeraadmin/www/node_modules/react-dnd-html5-backend/lib/OptionsReader.d.ts |
import { HTML5BackendContext } from './types';
export declare class OptionsReader {
private globalContext;
constructor(globalContext: HTML5BackendContext);
get window(): Window | undefined;
get document(): Document | undefined;
}