[**@bigcommerce/checkout-sdk**](../README.md)

***

[@bigcommerce/checkout-sdk](../README.md) / StripeElementStyle

# Interface: StripeElementStyle

## Properties

### base?

> `optional` **base?**: [`StripeElementStyleVariant`](StripeElementStyleVariant.md)

Base variant—all other variants inherit from these styles.

***

### complete?

> `optional` **complete?**: [`StripeElementStyleVariant`](StripeElementStyleVariant.md)

Applied when the element has valid input.

***

### empty?

> `optional` **empty?**: [`StripeElementStyleVariant`](StripeElementStyleVariant.md)

Applied when the element has no customer input.

***

### invalid?

> `optional` **invalid?**: [`StripeElementStyleVariant`](StripeElementStyleVariant.md)

Applied when the element has invalid input.
