UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

6 lines (5 loc) 185 B
import { Block } from '../../protocols/blocks'; import { ToHtml } from '../../../domain/use-cases/to-html'; export declare class BlockDispatcher { dispatch(block: Block): ToHtml; }