UNPKG

aem-react-js

Version:
7 lines (6 loc) 222 B
import { RootComponentRegistry } from './RootComponentRegistry'; import { Container } from './di/Container'; export interface AemContext { readonly container: Container; readonly registry: RootComponentRegistry; }