Files
LeafWeb/WebCms/Umbraco/lib/tinymce/themes/modern/index.js
T
2018-09-16 15:08:47 -04:00

7 lines
198 B
JavaScript

// Exports the "modern" theme for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/themes/modern')
// ES2015:
// import 'tinymce/themes/modern'
require('./theme.js');