UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

7 lines (6 loc) 136 B
export declare type PageProps = { title: string; coverImageSrc?: string; coverImagePosition?: number; icon?: string; };