Skip to content

Commit c54dd65

Browse files
committed
Remove deprecated BuildJsxOptions type
1 parent 6ea9805 commit c54dd65

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/**
22
* @typedef {import('./lib/index.js').Options} Options
33
* @typedef {import('./lib/index.js').Runtime} Runtime
4-
*
5-
* @typedef {Options} BuildJsxOptions
6-
* To do: remove next major (replaced by `Options` ).
74
*/
85

96
export {buildJsx} from './lib/index.js'

0 commit comments

Comments
 (0)