UNPKG

react-lite-scrollbar

Version:
7 lines (6 loc) 247 B
export interface ProgressBarProps { height?: number | string; bgColor?: string; duration?: number | string; } export default function ScrollBar({ height, bgColor, duration }: ProgressBarProps): import("react/jsx-runtime").JSX.Element;