UNPKG

@plotinus/matrix-package-observable-coordinator

Version:

Observable coordinator pattern components using IntrospectableBaseCommunicationComponent and proper presentation architecture

5 lines (4 loc) 250 B
// Export all presentation elements export { AppPresentationElement } from './app-presentation.js'; export { CoordinatorPresentationElement } from './coordinator-presentation.js'; export { WorkerPresentationElement } from './worker-presentation.js';