From 93ebf0ef2426dced9ff1974815f56c8b77e31309 Mon Sep 17 00:00:00 2001 From: Marcus Eide Date: Thu, 6 May 2021 10:26:11 +0200 Subject: [PATCH] Change exports Signed-off-by: Marcus Eide --- plugins/shortcuts/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/shortcuts/src/index.ts b/plugins/shortcuts/src/index.ts index 851178710f..70f874e005 100644 --- a/plugins/shortcuts/src/index.ts +++ b/plugins/shortcuts/src/index.ts @@ -15,4 +15,4 @@ */ export { shortcutsPlugin, Shortcuts } from './plugin'; export * from './api'; -export * from './types'; +export type { Shortcut } from './types';