UNPKG
react-auto-classnames
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
JSX runtime for applying `clsx()` automatically
github.com/meowtec/react-auto-classnames
react-auto-classnames
/
jsx-dev-runtime
/
index.js
9 lines
(6 loc)
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Fragment
, jsxDEV
as
jsxDEV_ }
from
'react/jsx-dev-runtime'
;
import
{ transformProps }
from
'../utils'
;
function
jsxDEV
(
type
, props, key
) {
return
jsxDEV_
(
type
,
transformProps
(props), key); }
export
{
Fragment
, jsxDEV };