UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the Data Grid components (MUI X).

6 lines 229 B
import * as React from 'react'; export interface GridVirtualScrollerProps { children?: React.ReactNode; } declare function GridVirtualScroller(props: GridVirtualScrollerProps): React.JSX.Element; export { GridVirtualScroller };