UNPKG

@zh-keyboard/vue

Version:
5 lines (4 loc) 139 B
export declare function useKeyRepeater(): { startRepeat: (e: PointerEvent, action: () => void) => void; stopRepeat: () => void; };