UNPKG

@tarojs/taro-h5

Version:
10 lines (8 loc) 169 B
import Taro from '@tarojs/taro' declare module '@tarojs/taro' { namespace vibrateShort { interface Option { type?: 'heavy' | 'medium' | 'light' } } }