UNPKG

react-torch

Version:

A lib to server-side render with react.

4 lines (3 loc) 181 B
import type { Configuration } from 'webpack'; import type { IntegralTorchConfig } from '../../index'; export default function getConfig(config: IntegralTorchConfig): Configuration;