UNPKG

@tb-app/web-view

Version:

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

10 lines (9 loc) 193 B
/** * 为 tabBar 某一项的右上角添加文本 */ export default function setTabBarBadge(options: { index: number; text?: string; }): Promise<{ success: boolean; }>;