UNPKG

kinetic-components

Version:

Use CSS animations or your favorite JS animation library to animate a single React component or orchestrate animations amongst a collection of React components.

5 lines (4 loc) 217 B
import React from 'react'; import { AnimateableProps } from './types'; declare const Animatable: React.ForwardRefExoticComponent<AnimateableProps & React.RefAttributes<HTMLDivElement>>; export default Animatable;