UNPKG

ng-web-share

Version:

This library helps to use native webshare framework in angular apps

13 lines (12 loc) 303 B
export declare class WebShareService { webNavigator: any; constructor(); canShare(): boolean; canShareFile(file: []): boolean; share({ title, text, url, files }: { title: string; text?: string; url?: string; files?: any[]; }): Promise<unknown>; }