GasWell-front/node_modules/element-plus/es/hooks/use-throttle-render/index.d.ts

3 lines
132 B
TypeScript

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