Packages

CKEditor 5 integration for Phoenix Framework

Retired package: Renamed - Moved to ckeditor5-phoenix

Current section

Files

Jump to
ckeditor5 dist test-utils editor create-editable-html-element.d.ts
Raw

dist/test-utils/editor/create-editable-html-element.d.ts

import { EditorId } from '../../src/hooks/editor/typings';
/**
* Creates a editable element with the given name and initial value.
*/
export declare function createEditableHtmlElement({ name, id, editorId, initialValue, withInput, }?: {
id?: string;
editorId?: EditorId;
name?: string;
initialValue?: string;
withInput?: boolean;
}): HTMLDivElement;
//# sourceMappingURL=create-editable-html-element.d.ts.map