UNPKG

woby

Version:

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

5 lines 210 B
import type { ObservableOptions } from "soby"; export declare const HtmlObject: ObservableOptions<object | undefined> & { JSON: Omit<typeof JSON, 'toStringTag'>; }; //# sourceMappingURL=html-object.d.ts.map