Files
game-cards-poker-design/frontend/node_modules/fabric/dist-extensions/extensions/cropping_controls/croppingControls.d.ts

22 lines
504 B
TypeScript
Raw Normal View History

import { Control } from 'fabric';
export declare const createImageCroppingControls: () => {
tls: Control;
brs: Control;
trs: Control;
bls: Control;
mlc: Control;
mrc: Control;
mbc: Control;
mtc: Control;
tlc: Control;
trc: Control;
blc: Control;
brc: Control;
};
export declare const createImageResizeControlsWithScaleToCover: () => {
mle: Control;
mre: Control;
mte: Control;
mbe: Control;
};
//# sourceMappingURL=croppingControls.d.ts.map