UNPKG

react-perfect-scrollbar-z

Version:
5 lines (4 loc) 142 B
import React from 'react'; import { IFScrollProps } from './types'; declare const Scroll: React.FC<IFScrollProps>; export default Scroll;