UNPKG

@tinymce/tinymce-react

Version:

Official TinyMCE React Component

9 lines (8 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTinymce = void 0; var getTinymce = function (view) { var global = view; return global && global.tinymce ? global.tinymce : null; }; exports.getTinymce = getTinymce;