UNPKG

@sullivan/react-virtualizer

Version:

Simple pseudo virtualization and reveal components to hide off-window components

11 lines (10 loc) 271 B
/// <reference types="react" /> interface VirtualProps { tag?: string; children: JSX.Element[] | JSX.Element; style?: object; rootMargin?: string | number; initialHeight?: string | number; initialWidth?: string | number; [key: string]: any; }