@slan-health/taro-vueuse
Version:
taro vue版本hooks
15 lines (13 loc) • 348 B
TypeScript
import { Ref } from 'vue';
import { default as Taro } from '@tarojs/taro';
export type TRecord = Record<string, any>;
export interface TaroGeneralCallbackResult {
errMsg: string;
}
export type TaroStatic = typeof Taro;
export declare namespace TaroGeneral {
interface CallbackResult {
errMsg: string;
}
}
export type { Ref, };