UNPKG

woby

Version:

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

7 lines 287 B
import type { ObservableOptions } from "soby"; export interface CSSStyleObject { [key: string]: string | number; } export type CSSStyleValue = string | CSSStyleObject; export declare const HtmlStyle: ObservableOptions<CSSStyleValue | string>; //# sourceMappingURL=html-style.d.ts.map