@memberjunction/react-runtime
Version:
Platform-agnostic React component runtime for MemberJunction. Provides core compilation, registry, and execution capabilities for React components in any JavaScript environment.
8 lines (7 loc) • 312 B
text/typescript
/**
* @fileoverview Registry module exports
* @module @memberjunction/react-runtime/registry
*/
export { ComponentRegistry } from './component-registry';
export { ComponentResolver, ResolvedComponents } from './component-resolver';
export { ComponentSpec } from '@memberjunction/interactive-component-types';