Skip to content

Commit d3167e0

Browse files
committed
Type value with any as default
1 parent 1b398f6 commit d3167e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/grid/x-data-grid/src/models/gridEditRowModel.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import { GridCellValue } from './gridCell';
2-
3-
export interface GridEditCellProps<V = GridCellValue> {
1+
export interface GridEditCellProps<V = any> {
42
value: V;
53
isValidating?: boolean;
64
isProcessingProps?: boolean;

0 commit comments

Comments
 (0)