UNPKG

rani-motion

Version:

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

5 lines 185 B
import React from 'react'; import { RaniHoverProps } from './types'; declare const RaniHover: React.FC<RaniHoverProps>; export default RaniHover; //# sourceMappingURL=index.d.ts.map