UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

7 lines (6 loc) 228 B
import { DecorableText } from '../../../data/protocols/blocks'; export declare class PropTitleToDecorableTexts { private readonly _title; constructor(title: any[] | undefined); toDecorableTexts(): DecorableText[]; }