UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

7 lines (6 loc) 195 B
import { Block } from '../../protocols/blocks'; export declare class PageBlockToIcon { private readonly _pageBlock; constructor(pageBlock: Block); toIcon(): Promise<string | null>; }