Home > mui-country-code-selector > CCSelectorCompositeProps > gridLegacyItemProps
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 GridLegacy item components if the gridLegacy
or gridLegacyItems
layout wrapper is used. Is overwritten by gridLegacySelectorProps
and gridLegacyInputProps
. See https://mui.com/material-ui/api/grid-legacy/ for more information about what props can be passed to the component.
Signature:
gridLegacyItemProps?: GridLegacyItemProps;