UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

5 lines (4 loc) 152 B
import { PageProps } from '../../data/protocols/page-props'; export interface HtmlWrapper { wrapHtml(pageProps: PageProps, html: string): string; }