UNPKG

woby

Version:

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

4 lines 198 B
import type { Child } from '../types'; declare const template: <P = {}>(fn: ((props: P) => Child)) => ((props: P) => () => Child); export default template; //# sourceMappingURL=template.via.d.ts.map