1 2
import type { JSXNode } from '.'; export declare function jsxDEV(tag: string | Function, props: Record<string, any>): JSXNode;