UNPKG

@tb-app/web-view-api

Version:
10 lines (9 loc) 193 B
/** * 为 tabBar 某一项的右上角添加文本 */ export default function setTabBarBadge(options: { index: number; text?: string; }): Promise<{ success: boolean; }>;