Current section
Files
Jump to
Current section
Files
dist/src/hooks/editor/utils/set-editor-editable-height.d.ts
import { Editor } from 'ckeditor5';
/**
* Sets the height of the editable area in the CKEditor instance.
*
* @param instance - The CKEditor instance to modify.
* @param height - The height in pixels to set for the editable area.
*/
export declare function setEditorEditableHeight(instance: Editor, height: number): void;
//# sourceMappingURL=set-editor-editable-height.d.ts.map