UNPKG

angular-upcrop

Version:

Library with upload and crop feature for Angular 6+

10 lines (9 loc) 293 B
import { MatDialog } from "@angular/material"; export declare class UpcropService { dialog: MatDialog; dialogConfig: any; uploadConfig: any; cropConfig: any; constructor(dialog: MatDialog); open(dialogConfig?: any, uploadConfig?: any, cropConfig?: any): Promise<{}>; }