mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 06:29:40 +08:00
kendo-ui: Correct TooltipOptions content type.
This commit is contained in:
2
types/kendo-ui/index.d.ts
vendored
2
types/kendo-ui/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user