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.
Runtime
1 parent 6c84d55 commit a5ad4d4Copy full SHA for a5ad4d4
index.js
@@ -1,8 +1,9 @@
1
/**
2
- * @typedef {import('./lib/index.js').Node} Node
3
* @typedef {import('./lib/index.js').Options} Options
+ * @typedef {import('./lib/index.js').Runtime} Runtime
4
*
5
* @typedef {Options} BuildJsxOptions
6
+ * To do: remove next major (replaced by `Options` ).
7
*/
8
9
export {buildJsx} from './lib/index.js'
readme.md
@@ -234,7 +234,7 @@ Some differences:
234
## Types
235
236
This package is fully typed with [TypeScript][].
237
-It exports the additional type `Options`.
+It exports the additional type `Options` and `Runtime`.
238
239
## Compatibility
240
0 commit comments