UNPKG

@tef-novum/webview-bridge

Version:

JavaScript library to access to native functionality. Requires a webview with a postMessage bridge.

9 lines (8 loc) 268 B
export declare const getProfileImage: () => Promise<{ image: string | null; }>; export declare const startProfileImageFlow: () => Promise<{ image: string | null; isCancelled: boolean; }>; export declare const showLineSelector: () => Promise<void>;