UNPKG

@tb-app/web-view-api

Version:
9 lines (8 loc) 192 B
/** * 跳转到指定 tabBar 页面,并关闭其他所有非 tabBar 页面 */ export default function switchTab(options: { url: string; }): Promise<{ success: boolean; }>;