#guccisofloppy
1 messages · Page 1 of 1 (latest)
ahhhh, okay, my assumption was right, it's just not explicitly defined in the type definition. Cool, thanks!
It's on StripeElementsOptionsMode instead
https://github.com/stripe/stripe-js/blob/3da25e128122d0f53c24c253d308a2d5f966976d/types/stripe-js/elements-group.d.ts#LL682C18-L682C43
That tracks! I should've double checked that my IDE was leading me to the correct type definitions (it pointed me to react-stripe.d.ts). Thanks so much!