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.

10 lines (9 loc) 252 B
import { Predicate } from './types'; declare const _default: { justMounted: Predicate; wasPreviouslyVisible: Predicate; wasPreviouslyHidden: Predicate; isVisible: Predicate; isHidden: Predicate; }; export default _default;