import align from './align/index' import color from './color/index' import eraser from './eraser/index' import font from './font/index' import fullScreen from './full-screen/index' import hr from './hr/index' import image from './image/index' import info from './info/index' import link from './link/index' import list from './list/index' import table from './table/index' import text from './text/index' import undo from './undo/index' import unlink from './unlink/index' /** * build-in moduls * Created by peak on 2016/11/1. */ export default [ text, color, font, align, list, link, unlink, table, image, hr, eraser, undo, fullScreen, info ]