@ckeditor/ckeditor5-angular
Version:
Official Angular component for CKEditor 5 – the best browser-based rich text editor.
8 lines (7 loc) • 330 B
TypeScript
/**
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md.
*/
export * from './ckeditor.component';
export * from './ckeditor.module';
export { loadCKEditorCloud, type CKEditorCloudResult, type CKEditorCloudConfig } from '@ckeditor/ckeditor5-integrations-common';