Skip to content

Commit a399ec0

Browse files
ktaicodereuckr
andauthored
fix: add type export statement to workspace-backpack (#2148)
Co-authored-by: jjfive <[email protected]>
1 parent a74ba83 commit a399ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/workspace-backpack/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
export {Backpack} from './backpack';
88
export * from './ui_events';
9-
export {BackpackOptions, BackpackContextMenuOptions} from './options';
9+
export type {BackpackOptions, BackpackContextMenuOptions} from './options';

0 commit comments

Comments
 (0)