UNPKG

woby

Version:

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

7 lines 290 B
import type { Child, FunctionMaybe, ObservableReadonly } from '../types'; export declare const KeepAlive: ({ id, ttl, children }: { id: FunctionMaybe<string>; ttl?: FunctionMaybe<number>; children: Child; }) => ObservableReadonly<Child>; //# sourceMappingURL=keep_alive.d.ts.map