UNPKG

fabric

Version:

Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.

28 lines 600 B
import { Control } from './Control'; export declare const createObjectDefaultControls: () => { ml: Control; mr: Control; mb: Control; mt: Control; tl: Control; tr: Control; bl: Control; br: Control; mtr: Control; }; export declare const createResizeControls: () => { mr: Control; ml: Control; }; export declare const createTextboxDefaultControls: () => { mr: Control; ml: Control; mb: Control; mt: Control; tl: Control; tr: Control; bl: Control; br: Control; mtr: Control; }; //# sourceMappingURL=commonControls.d.ts.map