UNPKG

@mui/x-data-grid

Version:

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

3 lines 192 B
import * as React from 'react'; export type GridBottomContainerProps = React.PropsWithChildren; export declare function GridBottomContainer(props: GridBottomContainerProps): React.JSX.Element;