Package-level declarations

Types

Link copied to clipboard
data class MercadoPagoRadius(val none: Dp, val tiny: Dp, val xsmall: Dp, val small: Dp, val medium: Dp, val large: Dp, val xlarge: Dp, val full: Dp)

Represents the new border radius system configuration for MercadoPago UI components. This class defines the updated corner radius values used throughout the application.

Link copied to clipboard
data class MercadoPagoShape(val none: Shape, val tiny: Shape, val xsmall: Shape, val small: Shape, val medium: Shape, val large: Shape, val xlarge: Shape, val full: Shape)

Represents the new shape system configuration for MercadoPago UI components. This class provides pre-built shapes based on the radius configuration.