File tree 1 file changed +1
-18
lines changed
1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change 1
- /**
2
- * @typedef {import('./lib/components.js').Components } Components
3
- * @typedef {import('./lib/components.js').ExtraProps } ExtraProps
4
- * @typedef {import('./lib/index.js').CreateEvaluater } CreateEvaluater
5
- * @typedef {import('./lib/index.js').ElementAttributeNameCase } ElementAttributeNameCase
6
- * @typedef {import('./lib/index.js').EvaluateExpression } EvaluateExpression
7
- * @typedef {import('./lib/index.js').EvaluateProgram } EvaluateProgram
8
- * @typedef {import('./lib/index.js').Evaluater } Evaluater
9
- * @typedef {import('./lib/index.js').Fragment } Fragment
10
- * @typedef {import('./lib/index.js').Jsx } Jsx
11
- * @typedef {import('./lib/index.js').JsxDev } JsxDev
12
- * @typedef {import('./lib/index.js').Options } Options
13
- * @typedef {import('./lib/index.js').Props } Props
14
- * @typedef {import('./lib/index.js').Source } Source
15
- * @typedef {import('./lib/index.js').Space } Space
16
- * @typedef {import('./lib/index.js').StylePropertyNameCase } StylePropertyNameCase
17
- */
18
-
1
+ // Note: types exposed from `index.d.ts`.
19
2
export { toJsxRuntime } from './lib/index.js'
You can’t perform that action at this time.
0 commit comments