UNPKG

rani-motion

Version:

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

6 lines 294 B
import React from 'react'; import { RaniProviderProps, AnimationContextType } from './types'; export declare const RaniProvider: React.FC<RaniProviderProps>; export declare const useRaniAnimation: () => AnimationContextType; export default RaniProvider; //# sourceMappingURL=index.d.ts.map