UNPKG

413 BTypeScriptView Raw
1import { RenderingContext2D } from '../types';
2import Document from '../Document';
3import Point from '../Point';
4export default class Translate {
5 type: string;
6 private readonly point;
7 constructor(_: Document, point: string);
8 apply(ctx: RenderingContext2D): void;
9 unapply(ctx: RenderingContext2D): void;
10 applyToPoint(point: Point): void;
11}
12//# sourceMappingURL=Translate.d.ts.map
\No newline at end of file