UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

8 lines (7 loc) 218 B
import { Block } from '../../protocols/blocks'; export declare class ListBlocksWrapper { wrapLists(blocks: Block[]): Block[]; private _isList; private _isFirstItemOfAList; private _generateListBlock; }