Demo-Page Repository

Home > mui-country-code-selector > GridLegacyItemProps

GridLegacyItemProps type

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 Grid item components used for the layout of the subcomponents of composite country code selector component.

Signature:

export type GridLegacyItemProps = Partial<Omit<GridLegacyProps, 'spacing' | 'rowSpacing' | 'columnSpacing'>>;