UNPKG

251 BTypeScriptView Raw
1import { SpringConfig } from './spring-utils';
2export declare function measureSpring({ fps, config, threshold, from, to, }: {
3 fps: number;
4 config?: Partial<SpringConfig>;
5 threshold?: number;
6 from?: number;
7 to?: number;
8}): number;