MindMap/frontend/node_modules/markmap-lib/dist/plugins/base.d.ts

7 lines
309 B
TypeScript
Raw Normal View History

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;