UNPKG

@cn-ui/core

Version:

The @cn-ui/core is a collection of UI components and utilities for building modern web applications with SolidJS.

5 lines (4 loc) 138 B
/** * 基于 requestAnimationFrame 的防抖函数 */ export declare function rAFDebounce<T extends (...args: any[]) => any>(fn: T): T;