UNPKG

woby

Version:

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

3 lines 211 B
import type { Disposer, ObservableMaybe } from '../types'; export declare const useAnimationFrame: (callback: ObservableMaybe<FrameRequestCallback>) => Disposer; //# sourceMappingURL=use_animation_frame.d.ts.map