UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

4 lines (3 loc) 197 B
import { Block } from '../protocols/blocks'; export declare const blocksToHtml: (blocks: Block[]) => Promise<string>; export declare const indentBlocksToHtml: (blocks: Block[]) => Promise<string>;