Skip to content

Commit 06eab3c

Browse files
committed
Remove deprecated casing of some types
1 parent 352d640 commit 06eab3c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

index.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,4 @@
66
* @typedef {import('./lib/index.js').MdxJsxTextElement} MdxJsxTextElement
77
*/
88

9-
/**
10-
* Legacy names:
11-
* @typedef {MdxJsxAttributeValueExpression} MDXJsxAttributeValueExpression
12-
* @typedef {MdxJsxAttribute} MDXJsxAttribute
13-
* @typedef {MdxJsxExpressionAttribute} MDXJsxExpressionAttribute
14-
* @typedef {MdxJsxFlowElement} MDXJsxFlowElement
15-
* @typedef {MdxJsxTextElement} MDXJsxTextElement
16-
*/
17-
189
export {mdxJsxFromMarkdown, mdxJsxToMarkdown} from './lib/index.js'

0 commit comments

Comments
 (0)