@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
12 lines • 432 B
TypeScript
import * as React from 'react';
import { type SxProps, type Theme } from '@mui/system';
/**
* @deprecated This component is not used internally and will be removed in a future major release.
*/
declare function GridPanelHeader(props: React.HTMLAttributes<HTMLDivElement> & {
sx?: SxProps<Theme>;
}): import("react/jsx-runtime").JSX.Element;
declare namespace GridPanelHeader {
var propTypes: any;
}
export { GridPanelHeader };