UNPKG

@platform/react.ssr

Version:

A lightweight SSR (server-side-rendering) system for react apps bundled with ParcelJS and hosted on S3.

8 lines (7 loc) 216 B
import { micro } from '../common'; export * from '../types'; export declare function create(args: { manifestUrl: string; baseUrl: string; }): micro.IMicro; export declare function fromConfig(): micro.IMicro;