UNPKG

@figliolia/react-hooks

Version:

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

7 lines (6 loc) 210 B
import { FloatingTaskManager } from "./FloatingTaskManager.js"; export class AnimationFrame extends FloatingTaskManager { constructor() { super(requestAnimationFrame, cancelAnimationFrame); } }