UNPKG

woby

Version:

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

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