UNPKG

749 BTypeScriptView Raw
1import Taro from '@tarojs/api';
2import { history } from '@tarojs/router';
3declare const Behavior: any, getEnv: any, ENV_TYPE: any, Link: any, interceptors: any, Current: any, options: any, eventCenter: any, Events: any, preload: any;
4declare const taro: typeof Taro;
5declare const initPxTransform: any;
6declare const requirePlugin: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
7declare const pxTransform: (size: any) => string;
8declare const canIUseWebp: () => boolean;
9export { taro as default, Behavior, canIUseWebp, Current, ENV_TYPE, eventCenter, Events, getEnv, history, initPxTransform, interceptors, Link, options, preload, pxTransform, requirePlugin };