UNPKG

@dreamsparkx/parallax

Version:
5 lines (4 loc) 153 B
import React from 'react'; import { IProps } from './index.types'; declare const Parallax: React.FunctionComponent<IProps>; export default Parallax;