UNPKG

@tarojs/taro-h5

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