UNPKG

@mui/x-data-grid

Version:

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

6 lines (5 loc) 372 B
import * as React from 'react'; import { GridOverlayProps } from './containers/GridOverlay'; export declare const GridNoResultsOverlay: React.ForwardRefExoticComponent<GridOverlayProps> | React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & { sx?: import("@mui/system").SxProps<import("@mui/system").Theme>; } & React.RefAttributes<HTMLDivElement>>;