UNPKG

@mui/x-data-grid

Version:

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

7 lines (6 loc) 209 B
import * as React from 'react'; export declare const GridMainContainer: React.ForwardRefExoticComponent<{ className: string; } & { children?: React.ReactNode; } & React.RefAttributes<HTMLDivElement>>;