GridSlotsComponentsProps: Partial<{
    [K in keyof GridSlotProps]: Partial<GridSlotProps[K]>
}>

Overridable components props dynamically passed to the component at rendering.