Skip to content

Commit

Permalink
fix: fix markdown-it types
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed May 17, 2024
1 parent dfa9e50 commit 1cff4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MarkdownIt = require('markdown-it');
import MarkdownIt from 'markdown-it';
import Token from 'markdown-it/lib/token.mjs';
import State from 'markdown-it/lib/rules_core/state_core.mjs';

Expand Down

0 comments on commit 1cff4c9

Please sign in to comment.