Current section
Files
Jump to
Current section
Files
dist/test-utils/editor/create-editor-html-element.d.ts
import { EditorPreset } from '../../src/hooks/editor/typings';
/**
* Creates a CKEditor HTML structure for testing.
*/
export declare function createEditorHtmlElement({ id, preset, initialValue, editableHeight, withInput, hookAttrs, }?: {
id?: string;
preset?: EditorPreset;
initialValue?: string | null;
editableHeight?: number | null;
withInput?: boolean;
hookAttrs?: Record<string, string>;
}): HTMLDivElement;
//# sourceMappingURL=create-editor-html-element.d.ts.map