first commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { Ref } from "vue";
|
||||
|
||||
//#region ../../packages/hooks/use-prevent-global/index.d.ts
|
||||
declare const usePreventGlobal: <E extends keyof DocumentEventMap>(indicator: Ref<boolean>, evt: E, cb: (e: DocumentEventMap[E]) => boolean) => void;
|
||||
//#endregion
|
||||
export { usePreventGlobal };
|
||||
Reference in New Issue
Block a user