UNPKG

@wordpress/e2e-test-utils-playwright

Version:
13 lines 306 B
/** * 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