1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-16 00:02:21 +04:00
Files
tabler/dist/libs/tinymce/plugins/searchreplace/index.js
T
2022-08-05 11:56:49 +02:00

7 lines
223 B
JavaScript

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