UNPKG

@wordpress/e2e-test-utils-playwright

Version:
10 lines 286 B
/** * Internal dependencies */ import type { Editor } from './index'; /** * Saves the post as a draft, resolving once the request is complete (once a notice * is displayed). */ export declare function saveDraft(this: Editor): Promise<void>; //# sourceMappingURL=save-draft.d.ts.map