(editable: Editable, options: SideToolbarOptions)
| 18 | } |
| 19 | |
| 20 | export const setOptions = (editable: Editable, options: SideToolbarOptions): void => { |
| 21 | SIDE_TOOLBAR_OPTIONS.set(editable, options) |
| 22 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…