peng
2025-06-14 21852ac072559b0bc3a0a249f327ac7eb7f3a5e4
1
2
3
4
5
6
7
// Exports the "table" plugin for usage with module loaders
// Usage:
//   CommonJS:
//     require('tinymce/plugins/table')
//   ES2015:
//     import 'tinymce/plugins/table'
require('./plugin.js');