UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 137 B
interface GxImage { id: string; uri: string; } export declare const imageHeight: (image: GxImage) => Promise<Number>; export {};