UNPKG

@plotinus/matrix-package-observable-coordinator

Version:

Observable coordinator pattern components using IntrospectableBaseCommunicationComponent and proper presentation architecture

16 lines (15 loc) 502 B
/** * Coordinator Component Entry Point * * This file serves as the component-specific entry point for mcf-component-loader. * It exports everything needed to use the coordinator component. */ export { CoordinatorComponent } from './coordinator.component.js'; export { CoordinatorPresentationElement } from '../../presentation/coordinator-presentation.js'; export declare const componentInfo: { name: string; tag: string; type: string; version: string; description: string; };