UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

6 lines (5 loc) 133 B
import { Decoration } from './decoration'; export declare type DecorableText = { text: string; decorations: Decoration[]; };