UNPKG

markmap-lib

Version:

Visualize your Markdown as mindmaps with Markmap

7 lines (6 loc) 309 B
import { ITransformer, ITransformHooks, ITransformPlugin } from '../types'; export declare function createTransformHooks(transformer: ITransformer): ITransformHooks; /** * This function is only used to help type checking. */ export declare function definePlugin(plugin: ITransformPlugin): ITransformPlugin;