UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

3 lines (2 loc) 118 B
import { Block } from '../../data/protocols/blocks'; export declare const blockToInnerText: (block: Block) => string;