Skip to content

Commit

Permalink
ed0bee781b7826a615fd7fa8a427d729702a1d66 Typescript: Fix collection b…
Browse files Browse the repository at this point in the history
…utton type

https://datatables.net/forums/discussion/79887

6afc3b4246898c1cb56eb0fc5ff0f1837610309c Merge branch 'master' of github.com:DataTables/Buttons

Sync to source repo @6afc3b4246898c1cb56eb0fc5ff0f1837610309c
  • Loading branch information
dtbuild committed Sep 25, 2024
1 parent 909f940 commit e8adf7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "3.1.2",
"last-sync": "eba22e04cb3055ced3cf6afb905cc0f6cd963a9a"
"last-sync": "6afc3b4246898c1cb56eb0fc5ff0f1837610309c"
}
2 changes: 1 addition & 1 deletion types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ declare module 'datatables.net' {
interface DataTablesStaticExtButtons {
[name: string]: ButtonConfig;

collection: Buttons['collection'];
collection: CollectionButtons['collection'];
}


Expand Down

0 comments on commit e8adf7e

Please sign in to comment.