UNPKG

@vuesax-alpha/nightly

Version:
3 lines (2 loc) 189 B
import type { Ref } from 'vue'; export declare const usePreventGlobal: <E extends keyof DocumentEventMap>(indicator: Ref<boolean>, evt: E, cb: (e: DocumentEventMap[E]) => boolean) => void;