| 2 | |
| 3 | export type BlockquoteHotkey = string | ((e: KeyboardEvent) => boolean) |
| 4 | export interface BlockquoteOptions { |
| 5 | hotkey?: BlockquoteHotkey |
| 6 | shortcuts?: string[] | boolean |
| 7 | } |
| 8 | |
| 9 | export const BLOCKQUOTE_OPTIONS = new WeakMap<Editor, BlockquoteOptions>() |
| 10 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…