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-ui-part-html-element.d.ts
Raw

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

import { EditorId } from '../../src/hooks/editor/typings';
export declare function createUIPartHtmlElement({ name, editorId, }?: {
name?: string;
editorId?: EditorId;
}): HTMLElement;
//# sourceMappingURL=create-ui-part-html-element.d.ts.map