mirror of
https://github.com/denoland/deno.git
synced 2025-03-11 06:37:12 -04:00
3 lines
127 B
TypeScript
3 lines
127 B
TypeScript
![]() |
import type { JSXNode } from '.';
|
||
|
export declare function jsxDEV(tag: string | Function, props: Record<string, any>): JSXNode;
|