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 } from '../types'; export declare const template: <P = {}>(fn: ((props: P) => Child)) => ((props: P) => () => Child); //# sourceMappingURL=template.via.d.ts.map