| 1 | import { Editor } from '@editablejs/models' |
| 2 | |
| 3 | export interface ContextMenuOptions {} |
| 4 | export const CONTEXT_MENU_OPTIONS = new WeakMap<Editor, ContextMenuOptions>() |
| 5 | |
| 6 | export const getOptions = (editor: Editor) => { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…