5 lines
148 B
TypeScript
Executable file
5 lines
148 B
TypeScript
Executable file
import { TimingFunction } from '../types/timingFunction';
|
|
|
|
declare function easeOut(functionName: string): TimingFunction;
|
|
|
|
export default easeOut;
|