UNPKG

@tef-novum/webview-bridge

Version:

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

6 lines (5 loc) 175 B
export declare const highlightNavigationTab: ({ tab, highlight, count, }: { tab: string; highlight: boolean; count?: number | undefined; }) => Promise<void>;