mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-14 21:12:53 +00:00
8 lines
295 B
TypeScript
8 lines
295 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';
|
|
export type { IViewContext } from './context/view-context';
|