UNPKG

react-awesome-reveal

Version:

React components to add reveal animations using the Intersection Observer API and CSS Animations.

5 lines (3 loc) 170 B
import { RevealProps } from '../Reveal'; export type JackInTheBoxProps = Omit<RevealProps, "keyframes">; export declare const JackInTheBox: React.FC<JackInTheBoxProps>;