UNPKG

@wordpress/e2e-test-utils-playwright

Version:
12 lines 330 B
/** * Internal dependencies */ import type { Editor } from './index'; /** * Toggles the fixed toolbar option. * * @param this * @param isFixed Boolean value true/false for on/off. */ export declare function setIsFixedToolbar(this: Editor, isFixed: boolean): Promise<void>; //# sourceMappingURL=set-is-fixed-toolbar.d.ts.map