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