@plotinus/matrix-package-observable-coordinator
Version:
Observable coordinator pattern components using IntrospectableBaseCommunicationComponent and proper presentation architecture
16 lines (15 loc) • 482 B
JavaScript
/**
* Matrix Component Entry Point
*
* This file serves as the component-specific entry point for mcf-component-loader.
* It exports everything needed to use the matrix component.
*/
export { MatrixDefinitionComponent } from './matrix-definition.component.js';
// Component metadata
export const componentInfo = {
name: 'matrix',
tag: 'matrix',
type: 'composite',
version: '1.0.0',
description: 'Matrix environment container for component orchestration'
};