@wordpress/e2e-test-utils-playwright
Version:
End-To-End (E2E) test utils for WordPress.
13 lines • 306 B
TypeScript
/**
* Internal dependencies
*/
import type { Editor } from './index';
/**
* Set the content of the editor.
*
* @param this
* @param html Serialized block HTML.
*/
declare function setContent(this: Editor, html: string): Promise<void>;
export { setContent };
//# sourceMappingURL=set-content.d.ts.map