UNPKG

ckeditor5-premium-features

Version:

Premium features for CKEditor 5.

28 lines (27 loc) 1.34 kB
/** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ export { icons } from 'ckeditor5-collaboration/src/index.js'; export * from '@ckeditor/ckeditor5-ai'; export * from '@ckeditor/ckeditor5-case-change'; export * from '@ckeditor/ckeditor5-collaboration-core'; export * from '@ckeditor/ckeditor5-comments'; export * from '@ckeditor/ckeditor5-document-outline'; export * from '@ckeditor/ckeditor5-export-pdf'; export * from '@ckeditor/ckeditor5-export-word'; export * from '@ckeditor/ckeditor5-format-painter'; export * from '@ckeditor/ckeditor5-import-word'; export * from '@ckeditor/ckeditor5-list-multi-level'; export * from '@ckeditor/ckeditor5-merge-fields'; export * from '@ckeditor/ckeditor5-pagination'; export * from '@ckeditor/ckeditor5-paste-from-office-enhanced'; export * from '@ckeditor/ckeditor5-real-time-collaboration'; export * from '@ckeditor/ckeditor5-revision-history'; export * from '@ckeditor/ckeditor5-slash-command'; export * from '@ckeditor/ckeditor5-template'; export * from '@ckeditor/ckeditor5-track-changes';