UNPKG

@wordpress/e2e-test-utils-playwright

Version:
12 lines 338 B
/** * Internal dependencies */ import type { Editor } from './index'; /** * Clicks on the button in the header which opens Document Settings sidebar when * it is closed. * * @param this */ export declare function openDocumentSettingsSidebar(this: Editor): Promise<void>; //# sourceMappingURL=open-document-settings-sidebar.d.ts.map