UNPKG

@uploadcare/file-uploader

Version:

Building blocks for Uploadcare products integration

39 lines 1.47 kB
export class CloudImageEditor extends CloudImageEditorBlock { init$: { '*solution': string; '*originalUrl': null; '*faderEl': null; '*cropperEl': null; '*imgEl': null; '*imgContainerEl': null; '*networkProblems': boolean; '*imageSize': null; '*editorTransformations': import("../../blocks/CloudImageEditor/src/types.js").Transformations; '*cropPresetList': import("../../blocks/CloudImageEditor/src/types.js").CropPresetList; '*currentAspectRatio': null; '*tabList': ("crop" | "tuning" | "filters")[]; '*tabId': "crop"; entry: null; extension: null; editorMode: boolean; modalCaption: string; isImage: boolean; msg: string; src: string; fileType: string; showLoader: boolean; uuid: null; cdnUrl: null; cropPreset: string; tabs: string; 'presence.networkProblems': boolean; 'presence.modalCaption': boolean; 'presence.editorToolbar': boolean; 'presence.viewerToolbar': boolean; '*on.retryNetwork': () => void; '*on.apply': (transformations: import("../../blocks/CloudImageEditor/src/types.js").Transformations) => void; '*on.cancel': () => void; }; } import { CloudImageEditorBlock } from '../../blocks/CloudImageEditor/src/CloudImageEditorBlock.js'; //# sourceMappingURL=CloudImageEditor.d.ts.map