mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Fixed issues around wrong and unnecessary imports
This commit is contained in:
2
types/markdown-it-lazy-headers/index.d.ts
vendored
2
types/markdown-it-lazy-headers/index.d.ts
vendored
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
|
||||
import { MarkdownIt, Core, Token } from 'markdown-it';
|
||||
import { MarkdownIt } from 'markdown-it';
|
||||
|
||||
declare function lazyheaders(md: MarkdownIt): void;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import * as MarkdownIt from "markdown-it";
|
||||
import MarkdownIt = require("markdown-it");
|
||||
import lazyHeaders = require("markdown-it-lazy-headers");
|
||||
|
||||
const md = new MarkdownIt();
|
||||
|
||||
Reference in New Issue
Block a user