UNPKG

rani-motion

Version:

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

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