UNPKG

@kangc/v-md-editor

Version:
11 lines (10 loc) 210 B
export default function createToolbar({ commandName, text, title, icon }) { return { title, icon, text, action(editor) { editor.execCommand(commandName, { type: 'todo' }); }, }; }