UNPKG

react-torch

Version:

A lib to server-side render with react.

4 lines (3 loc) 257 B
import type { Route } from '../../client/router'; import type { IntegralTorchConfig, PackContext } from '../../index'; export default function compile(config: IntegralTorchConfig, packContext: PackContext, update: (routes: Route[]) => void): Promise<void>;