UNPKG

react-zoom-pan-pinch

Version:
3 lines (2 loc) 182 B
export declare const isExcludedNode: (node: HTMLElement, excluded: string[]) => boolean; export declare const cancelTimeout: (timeout: ReturnType<typeof setTimeout> | null) => void;