UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 247 B
export declare type SkipDraggingElements = { classNames?: string[]; tagNames?: string[]; attributes?: string[]; }; export declare function skipDraggingElement(element: HTMLElement, skipDraggingElements: SkipDraggingElements): boolean;