@bigcommerce/checkout-sdk › StripeElementStyle
Customize the appearance of an element using CSS properties passed in a Style
object,
which consists of CSS properties nested under objects for each variant.
- StripeElementStyle
• base? : StripeElementStyleVariant
Base variant—all other variants inherit from these styles.
• complete? : StripeElementStyleVariant
Applied when the element has valid input.
• empty? : StripeElementStyleVariant
Applied when the element has no customer input.
• invalid? : StripeElementStyleVariant
Applied when the element has invalid input.