UNPKG

362 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils';
2// 陀螺仪
3export const stopGyroscope = temporarilyNotSupport('stopGyroscope');
4export const startGyroscope = temporarilyNotSupport('startGyroscope');
5export const onGyroscopeChange = temporarilyNotSupport('onGyroscopeChange');
6export const offGyroscopeChange = temporarilyNotSupport('offGyroscopeChange');