UNPKG

nuxt-countup

Version:

Nuxt 3 module for countup.js - A dependency-free, lightweight JavaScript class that can be used to quickly create animations that display numerical data in a more interesting way.

5 lines (4 loc) 138 B
export interface RafContext { cancel(): void; } export declare function useRaf(cb: () => unknown, delaySeconds?: number): RafContext;