UNPKG

@gez/core

Version:

A high-performance microfrontend framework supporting Vue, React, Preact, Solid, and Svelte with SSR and Module Federation capabilities.

8 lines (7 loc) 696 B
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';