UNPKG

element-plus

Version:

A Component Library for Vue 3

3 lines (2 loc) 132 B
import type { Ref } from 'vue'; export declare const useThrottleRender: (loading: Ref<boolean>, throttle?: number) => Ref<boolean>;