We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8debd58 commit 9c6ea03Copy full SHA for 9c6ea03
src/types/index.ts
@@ -1,6 +1,6 @@
1
-export * from './commands'
2
-export * from './events'
3
-export * from './contextMenus'
4
-export * from './preconditions'
5
-export * from './modals'
6
-export * from './harmonix'
+export type * from './commands'
+export type * from './events'
+export type * from './contextMenus'
+export type * from './preconditions'
+export type * from './modals'
+export type * from './harmonix'
0 commit comments