UNPKG

next

Version:

The React Framework

4 lines (3 loc) 213 B
import type { RenderOpts } from './render'; declare function postProcessHTML(content: string, renderOpts: Pick<RenderOpts, 'optimizeCss' | 'distDir' | 'assetPrefix'>): Promise<string>; export { postProcessHTML };