We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b398f6 commit d3167e0Copy full SHA for d3167e0
packages/grid/x-data-grid/src/models/gridEditRowModel.ts
@@ -1,6 +1,4 @@
1
-import { GridCellValue } from './gridCell';
2
-
3
-export interface GridEditCellProps<V = GridCellValue> {
+export interface GridEditCellProps<V = any> {
4
value: V;
5
isValidating?: boolean;
6
isProcessingProps?: boolean;
0 commit comments