UNPKG

@tb-app/web-view

Version:

实现webview与淘宝小程序之间的通信

10 lines (9 loc) 177 B
/** * 导航菜单显示提醒文字 */ export default function setTabBarBadgeEx(options: { id: string; text: string; }): Promise<{ success: boolean; }>;