8
0
Fork 0
tinymce-editor/out/tinymce/plugins/table/index.js

7 Zeilen
199 B
JavaScript

2023-04-06 21:42:59 +02:00
// Exports the "table" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/table')
// ES2015:
// import 'tinymce/plugins/table'
require('./plugin.js');