index.d.ts 132 B

12
  1. import type { Ref } from 'vue';
  2. export declare const useThrottleRender: (loading: Ref<boolean>, throttle?: number) => Ref<boolean>;