UNPKG

react-awesome-reveal

Version:

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

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