File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
* @typedef {string|number|null|undefined } XPrimitiveChild
11
11
* @typedef {Array<Node|XPrimitiveChild> } XArrayChild
12
12
* @typedef {Node|XPrimitiveChild|XArrayChild } XChild
13
- * @typedef {import('./jsx-classic').Element } x.JSX.Element
14
- * @typedef {import('./jsx-classic').IntrinsicAttributes } x.JSX.IntrinsicAttributes
15
- * @typedef {import('./jsx-classic').IntrinsicElements } x.JSX.IntrinsicElements
16
- * @typedef {import('./jsx-classic').ElementChildrenAttribute } x.JSX.ElementChildrenAttribute
13
+ * @typedef {import('./jsx-classic.js ').Element } x.JSX.Element
14
+ * @typedef {import('./jsx-classic.js ').IntrinsicAttributes } x.JSX.IntrinsicAttributes
15
+ * @typedef {import('./jsx-classic.js ').IntrinsicElements } x.JSX.IntrinsicElements
16
+ * @typedef {import('./jsx-classic.js ').ElementChildrenAttribute } x.JSX.ElementChildrenAttribute
17
17
*/
18
18
19
19
/**
You can’t perform that action at this time.
0 commit comments