UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

7 lines (6 loc) 243 B
export declare class PropertiesParser { private readonly _format; private readonly _properties; constructor(format: Record<string, any> | undefined, properties: Record<string, any> | undefined); parse(): Record<string, any>; }