UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

7 lines (6 loc) 115 B
export declare type NotionPage = { html: string; title?: string; icon?: string; cover?: string; };