UNPKG

@figliolia/react-hooks

Version:

A small collection of simple React Hooks you're probably rewriting on a regular basis

10 lines (8 loc) 234 B
import { FloatingTaskManager } from "./FloatingTaskManager"; export class AnimationFrame extends FloatingTaskManager< typeof requestAnimationFrame > { constructor() { super(requestAnimationFrame, cancelAnimationFrame); } }