UNPKG

woby

Version:

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

3 lines 170 B
import type { LazyFetcher, LazyResult } from '../types'; export declare const lazy: <P = {}>(fetcher: LazyFetcher<P>) => LazyResult<P>; //# sourceMappingURL=lazy.d.ts.map