.
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import type { RenderOpts } from './render';
|
||||
declare function postProcessHTML(content: string, renderOpts: Pick<RenderOpts, 'optimizeCss' | 'distDir' | 'assetPrefix'>): Promise<string>;
|
||||
export { postProcessHTML };
|
||||
Reference in New Issue
Block a user