UNPKG

stackpress

Version:

Incept is a content management framework.

6 lines (5 loc) 247 B
import type { ServerContextProps } from '../types.js'; export declare const unknownHost: URL; export declare const config: ServerContextProps; declare const ServerContext: import("react").Context<ServerContextProps>; export default ServerContext;