UNPKG

rani-motion

Version:

A simple and powerful React animation library with TypeScript support - animated.div style components with accessibility-first approach

3 lines 167 B
import { EasingFunction, EasingType } from '../types'; export declare const easingFunctions: Record<EasingType, EasingFunction>; //# sourceMappingURL=easing.d.ts.map