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