UNPKG

woby

Version:

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

6 lines 267 B
import type { FN } from '../types'; export declare const createComment: FN<[any], Comment>; export declare const createHTMLNode: any; export declare const createSVGNode: any; export declare const createText: FN<[any], Text>; //# sourceMappingURL=creators.ssr.d.ts.map