Current section
Files
Jump to
Current section
Files
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