mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-16 17:22:51 +09:00
7 lines
198 B
JavaScript
7 lines
198 B
JavaScript
// Exports the "silver" theme for usage with module loaders
|
|
// Usage:
|
|
// CommonJS:
|
|
// require('tinymce/themes/silver')
|
|
// ES2015:
|
|
// import 'tinymce/themes/silver'
|
|
require('./theme.js'); |