UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

7 lines (6 loc) 180 B
import { Format } from 'data/protocols/blocks/format'; export declare class FormatToStyle { private readonly _format; constructor(format: Format); toStyle(): string; }