UNPKG

woby

Version:

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

8 lines 306 B
import type { Child, FunctionMaybe, ObservableReadonly } from '../types'; declare const Suspense: ({ when, fallback, children }: { when?: FunctionMaybe<unknown>; fallback?: Child; children?: Child; }) => ObservableReadonly<Child>; export default Suspense; //# sourceMappingURL=suspense.d.ts.map