UNPKG

@tb-app/web-view-api

Version:
9 lines (8 loc) 154 B
/** * 导航菜单隐藏红点 */ export default function hideTabBarRedDotEx(options: { id: string; }): Promise<{ success: boolean; }>;