import { withInstall } from '@jnpf/utils';

import tinymce from './src/Editor.vue';

export const JnpfEditor = withInstall(tinymce);
