UNPKG

woby

Version:

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

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