We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2754c commit 31e0d5fCopy full SHA for 31e0d5f
lib/index.js
@@ -11,13 +11,13 @@
11
* @typedef {import('mdast-util-to-markdown').State} State
12
* @typedef {import('mdast-util-to-markdown').Tracker} Tracker
13
*
14
+ * @typedef {import('unist').Point} Point
15
+ *
16
* @typedef {import('../index.js').MdxJsxAttribute} MdxJsxAttribute
17
* @typedef {import('../index.js').MdxJsxAttributeValueExpression} MdxJsxAttributeValueExpression
18
* @typedef {import('../index.js').MdxJsxExpressionAttribute} MdxJsxExpressionAttribute
19
* @typedef {import('../index.js').MdxJsxFlowElement} MdxJsxFlowElement
20
* @typedef {import('../index.js').MdxJsxTextElement} MdxJsxTextElement
- *
- * @typedef {import('unist').Point} Point
21
*/
22
23
/**
0 commit comments