UNPKG

@webnativellc/capacitor-filesharer

Version:

Capacitor plugin to download and share files for the Web, Android and iOS

6 lines (5 loc) 262 B
import { WebPlugin } from '@capacitor/core'; import type { FileSharerPlugin, ShareFileOptions } from "./definitions"; export declare class FileSharerPluginWeb extends WebPlugin implements FileSharerPlugin { share(options: ShareFileOptions): Promise<void>; }