From ddf9a02425a1a4ceb306c56b5a588a4e513948d1 Mon Sep 17 00:00:00 2001 From: Sam Thorogood Date: Tue, 11 Aug 2020 13:20:50 +1000 Subject: [PATCH] fix exported type --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 7bacbff..cb6189d 100644 --- a/index.d.ts +++ b/index.d.ts @@ -14,4 +14,4 @@ declare global { /** * If used as ESM, then we export the type of "DialogPolyfillType" as the default type. */ -export default DialogPolyfill; +export default DialogPolyfillType;