UNPKG

@ckeditor/ckeditor5-select-all

Version:

Select all feature for CKEditor 5.

12 lines (11 loc) 425 B
/** * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** * @module select-all */ export { default as SelectAll } from './selectall.js'; export { default as SelectAllEditing } from './selectallediting.js'; export { default as SelectAllUI } from './selectallui.js'; import './augmentation.js';