Packages

CKEditor 5 integration for Phoenix Framework

Retired package: Renamed - Moved to ckeditor5-phoenix

Current section

Files

Jump to
ckeditor5 dist src hooks editor utils is-single-editing-like-editor.d.ts
Raw

dist/src/hooks/editor/utils/is-single-editing-like-editor.d.ts

import { EditorType } from '../typings';
/**
* Checks if the given editor type is one of the single editing-like editors.
*
* @param editorType - The type of the editor to check.
* @returns `true` if the editor type is 'inline', 'classic', or 'balloon', otherwise `false`.
*/
export declare function isSingleEditingLikeEditor(editorType: EditorType): boolean;
//# sourceMappingURL=is-single-editing-like-editor.d.ts.map