UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 174 B
interface GxImage { id: string; uri: string; } export declare const crop: (image: GxImage, left: any, top: any, width: any, height: any) => Promise<File>; export {};