index.ts 122 Bytes
import Tinymce from './src/Editor.vue';
import { withInstall } from '../util';

withInstall(Tinymce);
export { Tinymce };