UNPKG

remotion

Version:

Render videos in React

9 lines 295 B
import { SpringConfig } from './spring-utils'; export declare function measureSpring({ fps, config, threshold, from, to, }: { fps: number; config?: Partial<SpringConfig>; threshold?: number; from?: number; to?: number; }): number; //# sourceMappingURL=measure-spring.d.ts.map