Files
dsProject/dsBase/WebRoot/html/cdn/es/hooks/use-throttle-render/index.d.ts

3 lines
132 B
TypeScript
Raw Normal View History

2025-08-14 15:45:08 +08:00
import type { Ref } from 'vue';
export declare const useThrottleRender: (loading: Ref<boolean>, throttle?: number) => Ref<boolean>;