Package-level declarations
Types
Link copied to clipboard
data class CardHolderNameComponentStyle(var inputStyle: InputComponentStyle = InputComponentStyle())
Link copied to clipboard
data class CardNumberComponentStyle @JvmOverloads constructor(var inputStyle: InputComponentStyle = InputComponentStyle(), var cardNumberSeparator: Char = CARD_NUMBER_SEPARATOR)
Link copied to clipboard
data class CardSchemeComponentStyle @JvmOverloads constructor(val titleStyle: TextLabelStyle = TextLabelStyle(), val imageStyle: ImageStyle? = null, val containerStyle: ContainerStyle = ContainerStyle(), val imageContainerStyle: ImageContainerStyle = ImageContainerStyle())
Link copied to clipboard
data class CountryComponentStyle @JvmOverloads constructor(var inputStyle: InputComponentStyle = InputComponentStyle())
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ScreenHeaderStyle @JvmOverloads constructor(var text: String = "", @StringRes var textId: Int? = null, var textStyle: TextStyle = TextStyle(), var backIconStyle: ImageStyle = ImageStyle(), var containerStyle: ContainerStyle = ContainerStyle())