UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

4 lines (3 loc) 205 B
import { Block } from '../../data/protocols/blocks'; import { BlocksToHTML } from '../../data/use-cases/blocks-to-html-converter'; export declare const makeBlocksToHtml: (blocks: Block[]) => BlocksToHTML;