(editor: Editor, { minColWidth }: TableCellOptions)
| 17 | } |
| 18 | |
| 19 | export const setOptions = (editor: Editor, { minColWidth }: TableCellOptions) => { |
| 20 | TABLE_CELL_OPTIONS.set(editor, { minColWidth }) |
| 21 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…