UNPKG

@tb-app/web-view-api

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