UNPKG

@wordpress/e2e-test-utils-playwright

Version:
11 lines 270 B
/** * Internal dependencies */ import type { Editor } from './index'; /** * Switches to legacy (non-iframed) canvas. * * @param this */ export declare function switchToLegacyCanvas(this: Editor): Promise<void>; //# sourceMappingURL=switch-to-legacy-canvas.d.ts.map