Update and fix failing tests
MAILPOET-6323
This commit is contained in:
committed by
Oluwaseun Olorunsola
parent
bd266ed403
commit
f20237ab1c
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user