@plotinus/matrix-package-observable-coordinator
Version:
Observable coordinator pattern components using IntrospectableBaseCommunicationComponent and proper presentation architecture
15 lines (14 loc) • 406 B
TypeScript
/**
* 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';
export declare const componentInfo: {
name: string;
tag: string;
type: string;
version: string;
description: string;
};