UNPKG

@maxweek/react-scroller

Version:

Make your blocks scrolling easy, with a custom scroll-bar, based on native browser scroll

5 lines (4 loc) 207 B
import React from "react"; import "./styles.scss"; import { IScroller, IScrollerRef } from "."; export declare const Scroller: React.ForwardRefExoticComponent<IScroller & React.RefAttributes<IScrollerRef>>;