Remove unused SafeWebvuew.refreshNow property

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-08-25 19:18:02 +02:00
parent 55cafb9268
commit a17a919c37

View File

@ -58,8 +58,6 @@ const API_VERSION = '2';
interface SafeWebviewProps {
// The website source URL
src: string;
// @summary Refresh the webview
refreshNow?: boolean;
// Webview lifecycle event
onWebviewShow?: (isWebviewShowing: boolean) => void;
style?: React.CSSProperties;