UNPKG

@bolttech/server-side-next

Version:

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

8 lines (7 loc) 199 B
import { Props } from '@bolttech/essentials'; export declare type CustomHtmlProps = Props<{ bodyParsed?: string; cssParsed?: string; device?: number; htmlContent?: string; }>;