UNPKG

@expressive/react

Version:
9 lines (6 loc) 373 B
import * as Model from '@expressive/mvc'; import * as React from 'react'; export { Fragment } from 'react'; export { JSX } from './jsx-runtime'; declare const jsxDEV: (type: React.ElementType<any, keyof React.JSX.IntrinsicElements> | Model.Model.Init<Model.Model>, ...args: any[]) => React.ReactElement<any, string | React.JSXElementConstructor<any>>; export { jsxDEV };