7 lines
No EOL
198 B
JavaScript
7 lines
No EOL
198 B
JavaScript
// Exports the "inlite" theme for usage with module loaders
|
|
// Usage:
|
|
// CommonJS:
|
|
// require('tinymce/themes/inlite')
|
|
// ES2015:
|
|
// import 'tinymce/themes/inlite'
|
|
require('./theme.js'); |