UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

5 lines (4 loc) 113 B
import { Block } from './block'; export interface ListBlocksWrapper { wrapLists(blocks: Block[]): Block[]; }