UNPKG

woby

Version:

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

3 lines 148 B
import type { Child } from '../types'; export declare const renderToString: (child: Child) => string; //# sourceMappingURL=render_to_string.d.ts.map