UNPKG

@14islands/r3f-scroll-rig

Version:

Progressively enhance any React website with WebGL using @react-three/fiber

4 lines (3 loc) 230 B
/// <reference types="react" /> import { ISmoothScrollbar } from './SmoothScrollbarTypes'; export declare const SmoothScrollbar: import("react").ForwardRefExoticComponent<ISmoothScrollbar & import("react").RefAttributes<any>>;