UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

7 lines (6 loc) 326 B
import * as React from 'react'; import { SxProps, Theme } from '@mui/material/styles'; declare const GridVirtualScrollerRenderZone: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & { sx?: SxProps<Theme> | undefined; } & React.RefAttributes<HTMLDivElement>>; export { GridVirtualScrollerRenderZone };