Demo-Page Repository

Home > mui-country-code-selector > DEFAULT_SLOT_PROPS

DEFAULT_SLOT_PROPS variable

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.

Default slot props object for CountryCodeSelector's underlying Autocomplete component. Sets the default min-width for the paper component that implements the dropdown option list.

Signature:

DEFAULT_SLOT_PROPS: { paper: { sx: { width: string & {}; maxWidth: string & {}; }; }; }