UNPKG

464 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils/index.js';
2
3// 陀螺仪
4const stopGyroscope = temporarilyNotSupport('stopGyroscope');
5const startGyroscope = temporarilyNotSupport('startGyroscope');
6const onGyroscopeChange = temporarilyNotSupport('onGyroscopeChange');
7const offGyroscopeChange = temporarilyNotSupport('offGyroscopeChange');
8
9export { offGyroscopeChange, onGyroscopeChange, startGyroscope, stopGyroscope };
10//# sourceMappingURL=gyroscope.js.map