UNPKG

jodit

Version:

Jodit is awesome and usefully wysiwyg editor with filebrowser

7 lines (5 loc) 140 B
import { IDictionary } from '../types'; export default { 'Type something': 'Start writing...', pencil: 'Edit', } as IDictionary<string>;