UNPKG

canvas-editor-pdf

Version:
10 lines (8 loc) 298 B
import { CanvasEvent } from '../CanvasEvent'; declare function dblclick(host: CanvasEvent, evt: MouseEvent): void; declare function threeClick(host: CanvasEvent): void; declare const _default: { dblclick: typeof dblclick; threeClick: typeof threeClick; }; export default _default;