@ckeditor/ckeditor5-vue
Version:
Official Vue.js 3+ component for CKEditor 5 – the best browser-based rich text editor.
7 lines (6 loc) • 357 B
TypeScript
/**
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
import type { EditorRelaxedConstructor } from '@ckeditor/ckeditor5-integrations-common';
export declare function isClassicEditor(Editor: EditorRelaxedConstructor): boolean;