UNPKG

hono

Version:

Web framework built on Web Standards

8 lines (7 loc) 237 B
import type { JSXNode, Props } from '../base'; export declare const setInternalTagFlag: (fn: Function) => Function; export declare const newJSXNode: (obj: { tag: string | Function; props?: Props; key?: string; }) => JSXNode;