UNPKG

@platform/react.ssr

Version:

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

6 lines (5 loc) 163 B
export * from '../common/types'; import { Manifest } from '../manifest'; export declare type GetManifest = (args?: { force?: boolean; }) => Promise<Manifest>;