UNPKG

@wordpress/e2e-test-utils-playwright

Version:
12 lines 310 B
/** * Internal dependencies */ import type { Editor } from './index'; /** * Publishes the post, resolving once the request is complete (once a notice * is displayed). * * @param this */ export declare function publishPost(this: Editor): Promise<number | null>; //# sourceMappingURL=publish-post.d.ts.map