UNPKG

woby

Version:

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

5 lines 251 B
import type { ObservableOptions } from "soby"; import { Component } from "../types"; export declare const HtmlHidden: <T>() => ObservableOptions<T>; export declare const HtmlChild: ObservableOptions<Component>; //# sourceMappingURL=html-child.d.ts.map