UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

13 lines (12 loc) 248 B
interface GxImage { id: string; uri: string; } /** * @param image * @param text * @param url * @param title */ export declare const shareImage: (image: GxImage, text?: string, url?: string, title?: string) => Promise<void>; export {};