UNPKG

next

Version:

The React Framework

7 lines (6 loc) 261 B
import type { RenderOpts } from './render'; declare function postProcessHTML(pathname: string, content: string, renderOpts: RenderOpts, { inAmpMode, hybridAmp }: { inAmpMode: boolean; hybridAmp: boolean; }): Promise<string>; export { postProcessHTML };