UNPKG

@tb-app/web-view-api

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