mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:38:05 +00:00
fix: optimize interface type export
This commit is contained in:
parent
203568ea2d
commit
4ddff259f8
@ -1,4 +1,6 @@
|
|||||||
export { Workspace, IWorkspace } from './workspace';
|
export { Workspace } from './workspace';
|
||||||
|
export type { IWorkspace } from './workspace';
|
||||||
export * from './window';
|
export * from './window';
|
||||||
export * from './layouts/workbench';
|
export * from './layouts/workbench';
|
||||||
export { Resource, IResource } from './resource';
|
export { Resource } from './resource';
|
||||||
|
export type { IResource } from './resource';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user