arcade-physics
Version:
Use Arcade Physics without Phaser.
11 lines • 553 B
TypeScript
declare namespace _default {
const Bezier: typeof import("./BezierInterpolation");
const CatmullRom: typeof import("./CatmullRomInterpolation");
const CubicBezier: typeof import("./CubicBezierInterpolation");
const Linear: typeof import("./LinearInterpolation");
const QuadraticBezier: typeof import("./QuadraticBezierInterpolation");
const SmoothStep: typeof import("./SmoothStepInterpolation");
const SmootherStep: typeof import("./SmootherStepInterpolation");
}
export default _default;
//# sourceMappingURL=index.d.ts.map