UNPKG

141 BTypeScriptView Raw
1import type { GestureDirection } from '../types';
2export default function getInvertedMultiplier(gestureDirection: GestureDirection): 1 | -1;