UNPKG

woby

Version:

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

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