Home > mui-country-code-selector > CCSelectorCompositeProps > gridErrorProps
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Props passed to the MUI Grid item component that the error message component is wrapped in, if the grid
or gridItems
layout wrapper is used. Overwrites the grid2ItemProps
. See https://mui.com/material-ui/api/grid/ for more information about what props can be passed to the component.
Signature:
gridErrorProps?: GridItemProps;