Update and fix failing tests

MAILPOET-6323
This commit is contained in:
Oluwaseun Olorunsola
2025-01-23 20:24:12 +01:00
committed by Oluwaseun Olorunsola
parent bd266ed403
commit f20237ab1c
3 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@ declare module '@wordpress/editor' {
export const PostPreviewButton: ComponentType<
WPPostPreviewButton.Props & {
className?: string;
role: string;
role?: string;
textContent: JSX.Element;
onPreview: () => void;
}