UNPKG

@past3lle/carousel-hooks

Version:

PASTELLE carousel animation hooks built on top of @usegesture and react-springs

12 lines 356 B
import { SpringConfig } from '@react-spring/web'; export declare const STIFF_SPRINGS: SpringConfig; export declare const INTERPOLATED_SPRINGS: { catchUp: ({ length, configPos }: { length: number; configPos: number; }) => { tension: number; friction: number; }; }; //# sourceMappingURL=springs.d.ts.map