The Candid Startup
    Preparing search index...
    VirtualScroll: ForwardRefExoticComponent<
        VirtualScrollProps & RefAttributes<VirtualScrollProxy>,
    > = ...

    Customizable Virtual Scrolling Component

    Allows user to scroll over a virtual area scrollHeight x scrollWidth pixels. Use onScroll to track scroll state and VirtualContentRender to render scroll state specific content into the viewport

    Accepts props defined by VirtualScrollProps. Refs are forwarded to VirtualScrollProxy.