import type { RefObject } from '@mui/x-internals/types'; import type { GridColDef, GridValidRowModel } from '@mui/x-data-grid'; import type { GridApiPremium } from "./gridApiPremium.js"; export type GridPastedValueParser = (value: string, row: R, column: GridColDef, apiRef: RefObject) => V | undefined;