mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
7 lines
235 B
TypeScript
7 lines
235 B
TypeScript
export { Workspace } from './workspace';
|
|
export type { IWorkspace } from './workspace';
|
|
export * from './window';
|
|
export * from './layouts/workbench';
|
|
export { Resource } from './resource';
|
|
export type { IResource } from './resource';
|