UNPKG

react-auto-classnames

Version:

JSX runtime for applying `clsx()` automatically

9 lines (6 loc) 233 B
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 };