From 8b88bd562032315dcc3a55eb4707a44912f1065a Mon Sep 17 00:00:00 2001 From: Christopher Blum Date: Mon, 28 Aug 2017 16:17:31 +0200 Subject: [PATCH] Add missing cssSrc property --- types/stripe-v3/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/stripe-v3/index.d.ts b/types/stripe-v3/index.d.ts index 5d1296f8dd..5a9cc51d5a 100644 --- a/types/stripe-v3/index.d.ts +++ b/types/stripe-v3/index.d.ts @@ -180,6 +180,7 @@ declare namespace stripe { style?: string; unicodeRange?: string; weight?: string; + cssSrc?: string; } interface StyleOptions {