UNPKG

react-torch

Version:

A lib to server-side render with react.

4 lines (3 loc) 141 B
/// <reference types="global" /> import type { TorchConfig } from '../index'; export default function build(draftConfig: TorchConfig): void;