UNPKG

arcade-physics

Version:
11 lines 553 B
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