| 4 | export type AlignHotkey = Record<AlignKeys, string | ((e: KeyboardEvent) => boolean)> |
| 5 | |
| 6 | export interface AlignOptions { |
| 7 | hotkey?: AlignHotkey |
| 8 | } |
| 9 | |
| 10 | const ALIGN_OPTIONS = new WeakMap<Editor, AlignOptions>() |
| 11 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…