Skip to content

Commit 79de6c0

Browse files
committed
Sync with Kendo UI Professional
1 parent 77c9825 commit 79de6c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

typescript/kendo.all.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26208,6 +26208,10 @@ interface JQuery {
2620826208
kendoResponsivePanel(options: kendo.ui.ResponsivePanelOptions): JQuery;
2620926209
data(key: "kendoResponsivePanel"): kendo.ui.ResponsivePanel | undefined;
2621026210

26211+
kendoSankey(): JQuery;
26212+
kendoSankey(options: kendo.dataviz.ui.SankeyOptions): JQuery;
26213+
data(key: "kendoSankey"): kendo.dataviz.ui.Sankey | undefined;
26214+
2621126215
kendoScheduler(): JQuery;
2621226216
kendoScheduler(options: kendo.ui.SchedulerOptions): JQuery;
2621326217
data(key: "kendoScheduler"): kendo.ui.Scheduler | undefined;

0 commit comments

Comments
 (0)