export * from './wrap'; export * from './render'; export * from './initial'; export { useAppComponent, useRootElement, createPlugin, createRuntime, runtime, registerInit, registerPrefetch, } from './plugin'; export type { Plugin } from './plugin'; export { defineConfig, getConfig } from './app-config'; export type { AppConfig } from './app-config'; // compatible export * from './compatible'; export type { TRuntimeContext, RuntimeContext } from './runtime-context'; export { RuntimeReactContext } from './runtime-context'; export * from './loader'; export * from '@modern-js/plugin';