UNPKG

@tarojs/taro

Version:
10 lines (7 loc) 162 B
import type { options } from '@tarojs/runtime' import Taro from './index' declare module './index' { interface TaroStatic { options: typeof options } }