UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

6 lines (5 loc) 249 B
import { Decoration } from '../../../../../data/protocols/blocks/decoration'; import { ToHtml } from '../../../../../domain/use-cases/to-html'; export declare class DecoratorDispatcher { dispatch(text: string, decoration: Decoration): ToHtml; }