2021-06-25 11:28:07 +08:00

8 lines
203 B
JavaScript
Vendored

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