UNPKG

@mui/x-data-grid

Version:

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

11 lines 494 B
import * as React from 'react'; import type { GridOverlayType, GridLoadingOverlayVariant } from "../../hooks/features/overlays/gridOverlaysInterfaces.js"; interface GridOverlaysProps { overlayType: GridOverlayType; loadingOverlayVariant: GridLoadingOverlayVariant | null; } export declare function GridOverlayWrapper(props: React.PropsWithChildren<GridOverlaysProps>): import("react/jsx-runtime").JSX.Element; export declare namespace GridOverlayWrapper { var propTypes: any; } export {};