typescript: Annotate url in WebviewProps.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2020-04-25 16:52:56 -07:00
committed by Anders Kaseorg
parent 4093304b4d
commit 2154b191c8

View File

@@ -15,7 +15,7 @@ interface WebViewProps {
$root: Element;
index: number;
tabIndex: number;
url: any;
url: string;
role: string;
name: string;
isActive: () => boolean;