UNPKG

@mui/x-data-grid

Version:

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

3 lines 214 B
import * as React from 'react'; export type GridBottomContainerProps = React.PropsWithChildren; export declare function GridBottomContainer(props: GridBottomContainerProps): import("react/jsx-runtime").JSX.Element;