UNPKG

woby

Version:

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

3 lines 237 B
import type { Callback, Disposer, FunctionMaybe, ObservableMaybe } from '../types'; export declare const useTimeout: (callback: ObservableMaybe<Callback>, ms?: FunctionMaybe<number>) => Disposer; //# sourceMappingURL=use_timeout.d.ts.map