UNPKG

rani-motion

Version:

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

5 lines 431 B
import { AnimationPresetType, HoverPresetType, CustomAnimation, CustomHoverAnimation, ClickPresetType, CustomClickAnimation } from '../types'; export declare const animationPresets: Record<AnimationPresetType, CustomAnimation>; export declare const hoverPresets: Record<HoverPresetType, CustomHoverAnimation>; export declare const clickPresets: Record<ClickPresetType, CustomClickAnimation>; //# sourceMappingURL=index.d.ts.map