UNPKG

@platform/react.ssr

Version:

An SSR (server-side-render) system for react apps bundled with ParcelJS and hosted on S3.

8 lines (7 loc) 183 B
import { micro } from '../common'; export declare function init(args: { router: micro.Router; manifestUrl: string; baseUrl: string; secret?: string; }): micro.Router;