UNPKG

woby

Version:

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

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