UNPKG

js-web-screen-shot

Version:

web端自定义截屏插件(原生JS版)

5 lines (4 loc) 436 B
import type { CanvasElementSnapshot } from "../../../lib/type/components/canvas"; export declare const isInteractingWithNonTextElement: (hoveredElementSnapshot: CanvasElementSnapshot | null | undefined, activeElementSnapshot: CanvasElementSnapshot | null | undefined, pointerStyle: string) => boolean; export declare const resetTextClickTracking: () => void; export declare const shouldActivateTextEdit: (elementId: string) => boolean;