@plotinus/matrix-package-observable-coordinator
Version:
Observable coordinator pattern components using IntrospectableBaseCommunicationComponent and proper presentation architecture
16 lines (15 loc) • 472 B
TypeScript
/**
* Worker Component Entry Point
*
* This file serves as the component-specific entry point for mcf-component-loader.
* It exports everything needed to use the worker component.
*/
export { WorkerComponent } from './worker.component.js';
export { WorkerPresentationElement } from '../../presentation/worker-presentation.js';
export declare const componentInfo: {
name: string;
tag: string;
type: string;
version: string;
description: string;
};