UNPKG

stackpress

Version:

Incept is a content management framework.

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