UNPKG

parallax-react-js

Version:

A libary for managing scroll speed of different components in react.

8 lines 231 B
import React from 'react'; declare const ParallaxLayer: (props: { speed?: string; zIndex?: number; children?: React.ReactNode; }) => JSX.Element; export default ParallaxLayer; //# sourceMappingURL=ParallaxLayer.d.ts.map