UNPKG

@14islands/r3f-scroll-rig

Version:

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

5 lines (4 loc) 228 B
import React from 'react'; import { ISmoothScrollbar } from '../scrollbar/SmoothScrollbarTypes'; declare const _default: React.ForwardRefExoticComponent<ISmoothScrollbar & React.RefAttributes<any>>; export default _default;