Home > mui-country-code-selector > GridItemProps
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.
Represents the props that can be passed to a MUI Grid2
item components used for the layout of the subcomponents of composite country code selector component.
Signature:
export type GridItemProps = Partial<Omit<GridProps, 'spacing' | 'rowSpacing' | 'columnSpacing'>>;