diff --git a/types/react-stripe-elements/index.d.ts b/types/react-stripe-elements/index.d.ts index 23389a9df9..56f0f3c33a 100644 --- a/types/react-stripe-elements/index.d.ts +++ b/types/react-stripe-elements/index.d.ts @@ -1,9 +1,10 @@ -// Type definitions for react-stripe-elements 1.0 +// Type definitions for react-stripe-elements 1.1 // Project: https://github.com/stripe/react-stripe-elements#readme // Definitions by: dan-j // Santiago Doldan // sonnysangha // Andrew Goh Yisheng +// Thomas Chia // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.6 @@ -42,6 +43,8 @@ export namespace ReactStripeElements { } interface ElementProps extends ElementsOptions { + id?: string; + className?: string; elementRef?(): void;