Module

x/hono/middleware.ts>cloneElement

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable cloneElement
import { cloneElement } from "https://dotland.deno.dev/x/hono@v4.1.5/middleware.ts";

type

<T extends JSXNode | JSX.Element>(
element: T,
props: Partial<Props>,
...children: Child[],
) => T
import cloneElement
import { cloneElement } from "https://dotland.deno.dev/x/hono@v4.1.5/middleware.ts";