Files
QingLong/WebRoot/html/cdn/lib/utils/raf.d.ts

4 lines
109 B
TypeScript
Raw Normal View History

2025-08-15 09:13:13 +08:00
declare let rAF: (fn: () => void) => number;
declare let cAF: (handle: number) => void;
export { rAF, cAF };