浏览代码

TS: Interpolations.js

linbingquan 6 年之前
父节点
当前提交
81c84fb646
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/extras/core/Interpolations.d.ts

+ 5 - 0
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;
+}