UNPKG

@notion-md-converter/core

Version:
6 lines (5 loc) 228 B
type ParagraphTransformerOptions = { br?: boolean; }; export declare const createMarkdownParagraphTransformer: (options?: ParagraphTransformerOptions) => import("@notion-md-converter/types").ParagraphTransformer; export {};