UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

7 lines (6 loc) 181 B
import { Block } from '../../protocols/blocks'; export declare class PageBlockToTitle { private readonly _pageBlock; constructor(pageBlock: Block); toTitle(): string; }