UNPKG

woby

Version:

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

6 lines 262 B
import type { Child, ComponentsMap } from '../types'; declare const html: ((strings: TemplateStringsArray, ...values: any[]) => Child | Child[]) & { register: (components: ComponentsMap) => void; }; export default html; //# sourceMappingURL=html.ssr.d.ts.map