linbingquan 7 лет назад
Родитель
Сommit
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;
+}

粤ICP备19079148号