UNPKG

@capacitor/share

Version:

The Share API provides methods for sharing content in any sharing-enabled apps the user may have installed.

5 lines (4 loc) 133 B
import type { SharePlugin } from './definitions'; declare const Share: SharePlugin; export * from './definitions'; export { Share };