From 95ec0c2c8967af8c4266128689aee331bf99f52c Mon Sep 17 00:00:00 2001 From: Ema Suriano Date: Mon, 14 Mar 2022 10:14:43 +0100 Subject: [PATCH] Update index.ts --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 4cf23d1..bf8e611 100644 --- a/src/index.ts +++ b/src/index.ts @@ -15,4 +15,5 @@ export { Locale, RevolutCheckoutCardField, RevolutCheckoutInstance, + Mode } from './types'