7 lines
198 B
JavaScript
Raw Normal View History

2025-01-26 21:07:26 +08:00
// Exports the "inlite" theme for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/themes/inlite')
// ES2015:
// import 'tinymce/themes/inlite'
require('./theme.js');