2021-07-01 10:34:44 +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');