UNPKG

rani-motion

Version:

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

13 lines 941 B
export { default as RaniOnView } from './components/RaniOnView'; export { default as RaniHover } from './components/RaniHover'; export { default as RaniClick } from './components/RaniClick'; export { default as RaniStagger } from './components/RaniStagger'; export { default as RaniProvider, useRaniAnimation } from './components/RaniProvider'; export { default as animated } from './components/Animated'; export { useIntersectionObserver } from './hooks/useIntersectionObserver'; export { useReducedMotion } from './hooks/useReducedMotion'; export { animationPresets } from './presets'; export { easingPresets } from './presets/easings'; export type { RaniOnViewProps, RaniHoverProps, RaniClickProps, RaniStaggerProps, RaniProviderProps, AnimationPreset, EasingFunction, AnimationContextType } from './types'; export type { AnimatedElementProps, AnimationProps } from './components/Animated'; //# sourceMappingURL=index.d.ts.map