UNPKG

@plotinus/matrix-package-observable-coordinator

Version:

Observable coordinator pattern components using IntrospectableBaseCommunicationComponent and proper presentation architecture

12 lines (11 loc) 299 B
/** * PHASE 2: Component Definition DSL content for browser bundles * * These definitions can be registered with the DefinitionRegistry * when the package is loaded in the browser. */ export declare const componentDefinitions: { app: string; coordinator: string; worker: string; };