File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 * @typedef {string|number|null|undefined } XPrimitiveChild
1111 * @typedef {Array<Node|XPrimitiveChild> } XArrayChild
1212 * @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
1717 */
1818
1919/**
You can’t perform that action at this time.
0 commit comments