UNPKG

@tb-app/web-view

Version:

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

12 lines (11 loc) 239 B
/** * 动态设置 tabBar 某一项的内容 */ export default function setTabBarItem(options: { index: number; text: string; iconPath: string; selectedIconPath: string; }): Promise<{ success: boolean; }>;