UNPKG

@tarojs/taro-h5

Version:
11 lines (8 loc) 464 B
import { temporarilyNotSupport } from '../../utils/index.js'; // 陀螺仪 const stopGyroscope = temporarilyNotSupport('stopGyroscope'); const startGyroscope = temporarilyNotSupport('startGyroscope'); const onGyroscopeChange = temporarilyNotSupport('onGyroscopeChange'); const offGyroscopeChange = temporarilyNotSupport('offGyroscopeChange'); export { offGyroscopeChange, onGyroscopeChange, startGyroscope, stopGyroscope }; //# sourceMappingURL=gyroscope.js.map