cubicEasing.d.ts 94 Bytes
export declare function createCubicEasingFunc(cubicEasingStr: string): (p: number) => number;