UNPKG

woby

Version:

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

8 lines 354 B
import type { Child, Component, Element } from '../types'; export declare function h<P extends { children?: Child; } = {}>(component: Component<P>, child: Child): Element; export declare function h<P extends { children?: Child; } = {}>(component: Component<P>, props?: P | null, ...children: Child[]): Element; //# sourceMappingURL=h.via.d.ts.map