Add missing option delayUpdate (#36427)

This commit is contained in:
Arvydas K
2019-06-26 20:00:25 +03:00
committed by Benjamin Lichtman
parent 36a835094d
commit 33e3083d5f

View File

@@ -94,6 +94,7 @@ declare namespace ReactTooltip {
html?: boolean;
delayHide?: number;
delayShow?: number;
delayUpdate?: number;
insecure?: boolean;
border?: boolean;
getContent?: GetContent;