Browse Source

TS: Interpolations.js

linbingquan 6 năm trước cách đây
mục cha
commit
81c84fb646
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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;
+}