Skip to content

Commit 9c6ea03

Browse files
committed
fix: export types as types
1 parent 8debd58 commit 9c6ea03

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/types/index.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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'
1+
export type * from './commands'
2+
export type * from './events'
3+
export type * from './contextMenus'
4+
export type * from './preconditions'
5+
export type * from './modals'
6+
export type * from './harmonix'

0 commit comments

Comments
 (0)