UNPKG

@wordpress/e2e-test-utils-playwright

Version:
12 lines 334 B
/** * Internal dependencies */ import type { Editor } from './index'; /** * Clicks a block toolbar button. * * @param this * @param label The text string of the button label. */ export declare function clickBlockToolbarButton(this: Editor, label: string): Promise<void>; //# sourceMappingURL=click-block-toolbar-button.d.ts.map