UNPKG

@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.

5 lines 329 B
import { ExternalLibraryConfig } from '../types/library-config'; export declare const CORE_RUNTIME_LIBRARIES: ExternalLibraryConfig[]; export declare function getCoreRuntimeLibraries(): ExternalLibraryConfig[]; export declare function isCoreRuntimeLibrary(libraryId: string): boolean; //# sourceMappingURL=core-libraries.d.ts.map