Closed ohansemmanuel closed 3 years ago
This PR updates the types for Revolut Pay's buttonStyles.
buttonStyles
RC.revolutPay({ buttonStyle: { // options go here size: 'small' | 'large', radius: 'none' | 'small' | 'large', variant: 'light' | 'dark' | 'light-outlined' , action: 'donate' | 'pay' | 'subscribe' | 'buy', } })
Revolut Pay Typings
This PR updates the types for Revolut Pay's
buttonStyles
.Usage