woby
Version:
A high-performance framework with fine-grained observable/signal-based reactivity for building rich applications.
6 lines • 326 B
TypeScript
import type { Child, Component } from '../types';
declare const createElement: <P = {
children?: Child;
}>(component: Component<P>, _props?: P | null, ..._children: Child[]) => (() => Child) & import("../methods/wrap_element").StackTaggedFunction;
export default createElement;
//# sourceMappingURL=create_element.d.ts.map