UNPKG

react-torch

Version:

A lib to server-side render with react.

3 lines (2 loc) 178 B
import type { IntegralTorchConfig, PackContext } from '../../index'; export default function compileClient(config: IntegralTorchConfig, packContext: PackContext): Promise<void>;