declare type SwitchTabCallbackOptions = import("../../common").CallbackOptions; export interface SwitchTabOptions extends SwitchTabCallbackOptions { /** * 目标 tabBar 页面的路径(在 app.json 的 tabBar 字段中定义的页面),路径后不能带参数 */ url: string; } export {};