import { Ref } from '@vue/composition-api'; export function useTimeoutFun(fun:T, timeOut:number):{ finished: Ref fun: T }