UNPKG

woby

Version:

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

6 lines 277 B
import type { Child, Component, Element } from '../types'; declare const createElement: <P = { children?: Child; }>(component: Component<P>, _props?: P | null, ..._children: Child[]) => Element; export default createElement; //# sourceMappingURL=create_element.ssr.d.ts.map