UNPKG

woby

Version:

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

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