mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +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 './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