UNPKG

152 BTypeScriptView Raw
1import { TimingFunction } from '../types/timingFunction';
2
3declare function easeInOut(functionName: string): TimingFunction;
4
5export default easeInOut;