Packages

CKEditor 5 integration for Phoenix Framework

Retired package: Renamed - Moved to ckeditor5-phoenix

Current section

Files

Jump to
ckeditor5 dist test-utils editor wait-for-test-editor.d.ts
Raw

dist/test-utils/editor/wait-for-test-editor.d.ts

import { Editor } from 'ckeditor5';
import { EditorId } from '../../src/hooks/editor/typings';
/**
* Waits for the test editor to be registered in the EditorsRegistry.
*/
export declare function waitForTestEditor<E extends Editor>(id?: EditorId): Promise<E>;
//# sourceMappingURL=wait-for-test-editor.d.ts.map