2023-03-24 09:08:53 +08:00

8 lines
199 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.js');