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