From 81c84fb64660afe51ffe5339175effd9abb23cc9 Mon Sep 17 00:00:00 2001 From: linbingquan <695601626@qq.com> Date: Thu, 16 May 2019 01:32:57 +0800 Subject: [PATCH] TS: Interpolations.js --- src/extras/core/Interpolations.d.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/extras/core/Interpolations.d.ts diff --git a/src/extras/core/Interpolations.d.ts b/src/extras/core/Interpolations.d.ts new file mode 100644 index 0000000000..2f811a8d56 --- /dev/null +++ b/src/extras/core/Interpolations.d.ts @@ -0,0 +1,5 @@ +export namespace Interpolations { + export function CatmullRom(): any; + export function QuadraticBezier(): any; + export function CubicBezier(): any; +} -- GitLab