mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add :disabled pseudoclass to Style interface. (#35979)
The property is missing. See: https://github.com/stripe/react-stripe-elements/issues/250 The property is documented here: https://stripe.com/docs/stripe-js/reference#element-options
This commit is contained in:
parent
4084c37e80
commit
26fec8242e
1
types/stripe-v3/index.d.ts
vendored
1
types/stripe-v3/index.d.ts
vendored
@ -483,6 +483,7 @@ declare namespace stripe {
|
||||
'::placeholder'?: StyleOptions;
|
||||
'::selection'?: StyleOptions;
|
||||
':-webkit-autofill'?: StyleOptions;
|
||||
':disabled'?: StyleOptions;
|
||||
'::-ms-clear'?: StyleOptions;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user