Current section

Files

Jump to
ckeditor5_phoenix dist hooks editor utils is-editor-with-external-editables.d.ts
Raw

dist/hooks/editor/utils/is-editor-with-external-editables.d.ts

import { EditorType } from '../typings';
/**
* Checks if the given editor type enforces user to define editables using separate components.
*
* @param editorType - The type of the editor to check.
* @returns `true` if the editor type is 'decoupled' or 'multiroot', otherwise `false`.
*/
export declare function isEditorWithExternalEditables(editorType: EditorType): boolean;
//# sourceMappingURL=is-editor-with-external-editables.d.ts.map