UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

3 lines (2 loc) 119 B
import { Block } from '../protocols/blocks'; export declare const blockToInnerHtml: (block: Block) => Promise<string>;