UNPKG

@kangc/v-md-editor

Version:
11 lines (9 loc) 207 B
export default function commandHandler(editor, emojiType) { editor.insert(() => { const prefix = ':'; const suffix = ':'; return { text: `${prefix}${emojiType}${suffix}`, }; }); }