Demo-Page Repository

Home > mui-country-code-selector > GridContainerProps

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

Signature:

export type GridContainerProps = Partial<Omit<GridProps, 'xs' | 'sm' | 'md' | 'lg' | 'xl'>>;