UNPKG

react-sway

Version:

A React component for smooth infinite scrolling, designed for creating engaging, continuous content streams with minimal configuration.

10 lines (7 loc) 258 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { ReactNode } from 'react'; interface ReactSwayProps { children: ReactNode; } declare function ReactSway({ children }: ReactSwayProps): react_jsx_runtime.JSX.Element; export { ReactSway };