From 4fee03de29de1a85c57028d1a02deb07a3a68806 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Wed, 30 Aug 2023 12:50:43 +0100 Subject: [PATCH] 7fb312250b55153d85bc23518e261b2cd43fc65d Fix - types: Plug-in was on the wrong DataTables host object (type) Sync to source repo @7fb312250b55153d85bc23518e261b2cd43fc65d --- datatables.json | 2 +- types/types.d.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datatables.json b/datatables.json index cd3d73a..e461b91 100644 --- a/datatables.json +++ b/datatables.json @@ -25,5 +25,5 @@ ], "src-repo": "http://github.com/DataTables/Buttons", "last-tag": "2.4.1", - "last-sync": "71553100fa03b72ece2ad92be47e3c29bce96056" + "last-sync": "7fb312250b55153d85bc23518e261b2cd43fc65d" } \ No newline at end of file diff --git a/types/types.d.ts b/types/types.d.ts index 279b1ff..0008631 100644 --- a/types/types.d.ts +++ b/types/types.d.ts @@ -44,7 +44,7 @@ declare module 'datatables.net' { buttons: ApiButtons; } - interface ApiStatic { + interface DataTablesStatic { /** * Buttons class */ @@ -66,7 +66,7 @@ declare module 'datatables.net' { } } - interface ApiStaticExt { + interface DataTablesStaticExt { buttons: ExtButtons; }