UNPKG

rich-text-editor

Version:
7 lines (6 loc) 220 B
type KeyboardEventShortcut = { keyMatch: (e: KeyboardEvent) => boolean; fn: (e?: KeyboardEvent) => void; }; export declare const useKeyboardEventListener: (shortcuts: KeyboardEventShortcut[]) => void; export {};