xiangpei
2025-06-25 3af64bd4b3c54d5073e1a9bbd7b2fc1fe4689336
1
2
3
4
5
6
7
// Exports the "lists" plugin for usage with module loaders
// Usage:
//   CommonJS:
//     require('tinymce/plugins/lists')
//   ES2015:
//     import 'tinymce/plugins/lists'
require('./plugin.js');