UNPKG

@wordpress/e2e-test-utils-playwright

Version:
12 lines 310 B
/** * Internal dependencies */ import type { Editor } from './index'; /** * The block toolbar is not always visible while typing. * Call this function to reveal it. * * @param this */ export declare function showBlockToolbar(this: Editor): Promise<void>; //# sourceMappingURL=show-block-toolbar.d.ts.map