UNPKG

@bolttech/server-side-next

Version:

This library was generated with [Nx](https://nx.dev).

6 lines (5 loc) 165 B
import { CustomHtmlProps } from '../types'; export declare const cmsHtmlParser: (props: CustomHtmlProps) => { bodyParsed: string; cssParsed: string; };