- Fix router import path in main.js - Handle Django REST Framework pagination format in API calls - Add getTemplates function to project API - Restart frontend development server
22 lines
504 B
TypeScript
22 lines
504 B
TypeScript
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
|