Files
esengine/packages/editor-core/src/index.ts
2025-10-15 00:15:12 +08:00

19 lines
520 B
TypeScript

/**
* ECS Framework Editor Core
*
* Plugin-based editor framework for ECS Framework
*/
export * from './Plugins/IEditorPlugin';
export * from './Plugins/EditorPluginManager';
export * from './Services/UIRegistry';
export * from './Services/MessageHub';
export * from './Services/SerializerRegistry';
export * from './Services/EntityStoreService';
export * from './Services/ComponentRegistry';
export * from './Services/LocaleService';
export * from './Services/PropertyMetadata';
export * from './Types/UITypes';