UNPKG

xlibs-components

Version:

Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications

10 lines 477 B
import React from "react"; interface VelocityScrollProps extends React.HTMLAttributes<HTMLDivElement> { defaultVelocity?: number; className?: string; numRows?: number; } export declare const wrap: (min: number, max: number, v: number) => number; export declare function VelocityScroll({ defaultVelocity, numRows, children, className, ...props }: VelocityScrollProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=velocity-scroll.d.ts.map