- export interface ShowHomeBottomTabProps {
- show: boolean;
- }
- declare function showHomeBottomTab(args: ShowHomeBottomTabProps): Promise<{}>;
- declare namespace showHomeBottomTab {
- var version: {
- android: string;
- ios: string;
- };
- }
- export default showHomeBottomTab;
|