@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
12 lines • 405 B
text/typescript
import * as React from 'react';
import type { SxProps, 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>;
}): React.JSX.Element;
declare namespace GridPanelHeader {
var propTypes: any;
}
export { GridPanelHeader };