1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00
Files
tabler/demo/dist/libs/tinymce/plugins/help/index.js
2022-08-05 11:56:49 +02:00

7 lines
196 B
JavaScript

// Exports the "help" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/help')
// ES2015:
// import 'tinymce/plugins/help'
require('./plugin.js');