UNPKG

rich-text-editor

Version:
2 lines (1 loc) 144 B
export declare const useKeyboardEventListener: (key: string, ctrl: boolean, fn: (e?: KeyboardEvent) => void, preventDefault?: boolean) => void;