@gez/core
Version:
A high-performance microfrontend framework supporting Vue, React, Preact, Solid, and Svelte with SSR and Module Federation capabilities.
39 lines (38 loc) • 796 B
text/typescript
export {
type GezOptions,
type COMMAND,
type RuntimeTarget,
type ImportMap,
type SpecifierMap,
type ScopesMap,
Gez
} from './gez';
export {
PathType,
type ModuleConfig,
type ParsedModuleConfig,
parseModuleConfig
} from './module-config';
export {
type PackConfig,
type ParsedPackConfig,
parsePackConfig
} from './pack-config';
export { type App, createApp } from './app';
export {
type RenderContextOptions,
type ServerRenderHandle,
type RenderFiles,
RenderContext
} from './render-context';
export {
isImmutableFile,
type Middleware,
createMiddleware,
mergeMiddlewares
} from './utils/middleware';
export type {
ManifestJson,
ManifestJsonChunkSizes,
ManifestJsonChunks
} from './manifest-json';