DefinitelyTyped/types/markdown-it-lazy-headers/index.d.ts
2018-11-02 10:24:35 +01:00

12 lines
410 B
TypeScript

// Type definitions for MarkdownItLazyHeaders (markdown-it-lazy-headers) 0.13
// Project: https://github.com/Galadirith/markdown-it-lazy-headers
// Definitions by: Knom <https://github.com/knom>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import MarkdownIt = require('markdown-it');
declare function lazyheaders(md: MarkdownIt): void;
export = lazyheaders;