UNPKG

woby

Version:

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

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