mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 13:33:18 +00:00
typescript: Annotate url in WebviewProps.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
4093304b4d
commit
2154b191c8
@@ -15,7 +15,7 @@ interface WebViewProps {
|
||||
$root: Element;
|
||||
index: number;
|
||||
tabIndex: number;
|
||||
url: any;
|
||||
url: string;
|
||||
role: string;
|
||||
name: string;
|
||||
isActive: () => boolean;
|
||||
|
||||
Reference in New Issue
Block a user