UNPKG

woby

Version:

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

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