(editor: Editable, items: ToolbarItem[])
| 55 | |
| 56 | export const Toolbar = { |
| 57 | setItems(editor: Editable, items: ToolbarItem[]) { |
| 58 | const store = getStore(editor) |
| 59 | store.setState({ items }) |
| 60 | }, |
| 61 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…