UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

6 lines (5 loc) 223 B
export declare type Decoration = { type: DecorationType; value?: string; }; export declare type DecorationType = 'plain' | 'bold' | 'italic' | 'underline' | 'strikethrough' | 'link' | 'code' | 'color' | 'equation';