mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-18 15:22:50 +00:00
8 lines
199 B
JavaScript
Vendored
8 lines
199 B
JavaScript
Vendored
// Exports the "silver" theme for usage with module loaders
|
|
// Usage:
|
|
// CommonJS:
|
|
// require('tinymce/themes/silver')
|
|
// ES2015:
|
|
// import 'tinymce/themes/silver'
|
|
require('./theme.js');
|