import Tinymce from './src/Editor.vue';
import { withInstall } from '../util';
withInstall(Tinymce);
export { Tinymce };