UNPKG

canvas-editor-pdf

Version:
5 lines (3 loc) 263 B
import { IPositionContextChangePayload } from '../../../interface/Listener'; import { Draw } from '@hufe921/canvas-editor/dist/src/editor/core/draw/Draw'; export declare function positionContextChange(draw: Draw, payload: IPositionContextChangePayload): void;