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