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