Demo-Page Repository

Home > mui-country-code-selector > ComponentSize

ComponentSize interface

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 a value for the composite component props that change the size of country code selector’s subcomponents in a MUI Grid or Grid2.

Signature:

interface ComponentSize

Properties

Property

Modifiers

Type

Description

lg?

boolean | GridSize

(ALPHA) (Optional)

md?

boolean | GridSize

(ALPHA) (Optional)

sm?

boolean | GridSize

(ALPHA) (Optional)

xl?

boolean | GridSize

(ALPHA) (Optional)

xs?

boolean | GridSize

(ALPHA) (Optional)