UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

10 lines (9 loc) 301 B
import { PageProps } from '../../protocols/page-props/page-props'; export declare class HeaderFromTemplate { private readonly _pageProps; constructor(pageProps: PageProps); toHeader(): string; private get _coverImageHtml(); private get _iconHtml(); private get _titleHtml(); }