You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
198 B

2 years ago
  1. // Exports the "mobile" theme for usage with module loaders
  2. // Usage:
  3. // CommonJS:
  4. // require('tinymce/themes/mobile')
  5. // ES2015:
  6. // import 'tinymce/themes/mobile'
  7. require('./theme.js');