From c3c528263c8da32c225776479afb224a44063d56 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Sun, 25 Aug 2024 00:01:00 +0100 Subject: [PATCH] fix typescript declaration file errors --- invoker.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/invoker.d.ts b/invoker.d.ts index fb37650..afe75ac 100644 --- a/invoker.d.ts +++ b/invoker.d.ts @@ -1,3 +1,5 @@ +export {}; + interface InvokerMixin { commandForElement: HTMLElement | null; command: string;