Change exports

Signed-off-by: Marcus Eide <eide@spotify.com>
This commit is contained in:
Marcus Eide
2021-05-06 10:26:11 +02:00
parent 5d2d8e505c
commit 93ebf0ef24
+1 -1
View File
@@ -15,4 +15,4 @@
*/
export { shortcutsPlugin, Shortcuts } from './plugin';
export * from './api';
export * from './types';
export type { Shortcut } from './types';