UNPKG

@tb-app/web-view-api

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