UNPKG
react-jsx-runtime
Version:
latest (1.0.0-alpha.1)
1.0.0
1.0.0-alpha.1
react插件
github.com/opensource-vplatform/v-act
opensource-vplatform/v-act
react-jsx-runtime
/
dist
/
index.d.ts
9 lines
(8 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Fragment
, jsx, jsxs }
from
'react/cjs/react-jsx-runtime.production.min'
;
declare
const
jsxDefine
: {
Fragment
:
any
;
jsx
:
any
;
jsxs
:
any
; };
export
{
Fragment
, jsx, jsxs };
export
default
jsxDefine;