@mui/x-data-grid
Version:
The Community plan edition of the Data Grid components (MUI X).
9 lines (8 loc) • 408 B
TypeScript
import * as React from 'react';
import { SxProps, Theme } from '@mui/system';
declare const GridVirtualScrollerRenderZone: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
sx?: SxProps<Theme>;
}> | React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
sx?: SxProps<Theme>;
} & React.RefAttributes<HTMLDivElement>>;
export { GridVirtualScrollerRenderZone };