stdproject/frontend/node_modules/element-plus/es/utils/raf.d.ts

3 lines
106 B
TypeScript
Raw Normal View History

2025-05-30 13:43:31 +08:00
export declare const rAF: (fn: () => void) => number;
export declare const cAF: (handle: number) => void;