UNPKG

351 BTypeScriptView Raw
1import Taro from '@tarojs/api';
2/**
3 * 使手机发生较短时间的振动(15 ms)。仅在 iPhone 7 / 7 Plus 以上及 Android 机型生效
4 */
5declare const vibrateShort: typeof Taro.vibrateShort;
6/**
7 * 使手机发生较长时间的振动(400 ms)
8 */
9declare const vibrateLong: typeof Taro.vibrateLong;
10export { vibrateShort, vibrateLong };