UNPKG

@tarojs/router

Version:
4 lines (3 loc) 161 B
import { AppConfig } from '@tarojs/taro'; import type { History } from 'history'; export declare function initTabbar(config: AppConfig, history: History): void;