UNPKG

woby

Version:

A high-performance framework with fine-grained observable/signal-based reactivity for building rich applications.

3 lines 210 B
import type { Child, Props } from '../types'; export declare const cloneElement: <P extends Props>(element: Child | Element, props: P, ...children: Child[]) => Child; //# sourceMappingURL=clone_element.d.ts.map