const shareSheet: ShareSheet
interface ShareSheet { get isAvailable(): boolean; open(url: string): Promise<void>; }
Last updated 11 months ago