We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0c787 commit 676761bCopy full SHA for 676761b
packages/grid/x-data-grid/src/components/GridAutoSizer.tsx
@@ -17,7 +17,8 @@ export interface AutoSizerSize {
17
// Credit to https://github.com/bvaughn/react-virtualized/blob/master/source/AutoSizer/AutoSizer.js
18
// for the sources.
19
20
-export interface AutoSizerProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'children'> {
+export interface AutoSizerProps
21
+ extends Omit<React.HTMLAttributes<HTMLDivElement>, 'children' | 'onResize'> {
22
/**
23
* Function responsible for rendering children.
24
* @param {AutoSizerSize} size The grid's size.
0 commit comments