Home > mui-country-code-selector > CCSelectorCompositeProps > selectorProps
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 applied to the underlying CountryCodeSelector element. See https://mui.com/material-ui/api/autocomplete/ for more information about MUI’s Autocomplete’s API.
Signature:
selectorProps?: Partial<CCSelectorProps> | Record<string, never>;