UNPKG

@tb-app/web-view-api

Version:
9 lines (8 loc) 144 B
/** * 显示 tabBar */ export default function showTabBar(options?: { animation: boolean; }): Promise<{ success: boolean; }>;