Skip to content

Commit

Permalink
Fix incorrect type import
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 9, 2023
1 parent ab0af79 commit 28bd9a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type {Node as MdastNode} from 'unist'
import type {
Node as MdastNode,
Parent as MdastParent,
Literal as MdastLiteral,
BlockContent,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@types/estree-jsx": "^1.0.0",
"@types/hast": "^2.0.0",
"@types/mdast": "^3.0.0",
"@types/unist": "^2.0.0",
"ccount": "^2.0.0",
"mdast-util-from-markdown": "^1.1.0",
"mdast-util-to-markdown": "^1.3.0",
Expand Down

0 comments on commit 28bd9a3

Please sign in to comment.