UNPKG

woby

Version:

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

3 lines 180 B
import type { Child, Disposer } from '../types'; export declare const render: (child: Child, parent?: Element | null | ShadowRoot) => Disposer; //# sourceMappingURL=render.d.ts.map