UNPKG

rani-motion

Version:

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

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