Skip to content

Commit 4ddff25

Browse files
AndyJinSSliujuping
authored andcommitted
fix: optimize interface type export
1 parent 203568e commit 4ddff25

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/workspace/src/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
export { Workspace, IWorkspace } from './workspace';
1+
export { Workspace } from './workspace';
2+
export type { IWorkspace } from './workspace';
23
export * from './window';
34
export * from './layouts/workbench';
4-
export { Resource, IResource } from './resource';
5+
export { Resource } from './resource';
6+
export type { IResource } from './resource';

0 commit comments

Comments
 (0)