Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/react-dnd-html5-backend/lib/
Upload File :
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;
}