Skip to content

Commit

Permalink
7fb312250b55153d85bc23518e261b2cd43fc65d Fix - types: Plug-in was on …
Browse files Browse the repository at this point in the history
…the wrong DataTables host object (type)

Sync to source repo @7fb312250b55153d85bc23518e261b2cd43fc65d
  • Loading branch information
AllanJard committed Aug 30, 2023
1 parent 7cdd1fe commit 4fee03d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
],
"src-repo": "http://github.com/DataTables/Buttons",
"last-tag": "2.4.1",
"last-sync": "71553100fa03b72ece2ad92be47e3c29bce96056"
"last-sync": "7fb312250b55153d85bc23518e261b2cd43fc65d"
}
4 changes: 2 additions & 2 deletions types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ declare module 'datatables.net' {
buttons: ApiButtons<T>;
}

interface ApiStatic {
interface DataTablesStatic {
/**
* Buttons class
*/
Expand All @@ -66,7 +66,7 @@ declare module 'datatables.net' {
}
}

interface ApiStaticExt {
interface DataTablesStaticExt {
buttons: ExtButtons;
}

Expand Down

0 comments on commit 4fee03d

Please sign in to comment.