1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-23 18:34:25 +04:00
Files
tabler/demo/dist/libs/tinymce/plugins/help/index.js
2022-11-01 21:19:32 +01: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');