UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

7 lines (6 loc) 237 B
import { Decoration } from '../../../data/protocols/blocks'; export declare class DecorationArrayToDecorations { private readonly _decorationsArray; constructor(decorationsArray: Array<any>); toDecorations(): Decoration[]; }