UNPKG

react-scroll-progress-read

Version:
11 lines (10 loc) 317 B
import * as React from "react"; interface IScrollProgressProps { backgroundColor?: string; barColor?: string; height?: string; target?: string; refTarget?: React.RefObject<HTMLElement>; } declare const _default: React.NamedExoticComponent<IScrollProgressProps>; export default _default;