UNPKG

react-dnd-html5-backend

Version:

HTML5 backend for React DnD

9 lines (8 loc) 221 B
declare global { interface Window extends HTMLElement { safari: any; } } export declare type Predicate = () => boolean; export declare const isFirefox: Predicate; export declare const isSafari: Predicate;