7 lines
197 B
JavaScript
7 lines
197 B
JavaScript
'use strict';
|
|
|
|
import { logger } from '../common';
|
|
export function setGestureState() {
|
|
logger.warn('setGestureState() is not available on web.');
|
|
}
|
|
//# sourceMappingURL=setGestureState.web.js.map
|