kendo-ui: Correct TooltipOptions content type.

This commit is contained in:
edvinv
2017-09-08 10:25:35 +02:00
parent 0a02fbe82a
commit 43a0f8cc7f

View File

@@ -7025,7 +7025,7 @@ declare namespace kendo.ui {
name?: string;
autoHide?: boolean;
animation?: boolean|TooltipAnimation;
content?: TooltipContent;
content?: string | TooltipContent | ((e: any) => string);
callout?: boolean;
filter?: string;
iframe?: boolean;