UNPKG

@tb-app/web-view

Version:

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

9 lines (8 loc) 175 B
/** * 隐藏 tabBar 某一项的右上角的红点 */ export default function hideTabBarRedDot(options: { index: number; }): Promise<{ success: boolean; }>;