diff --git a/datatables.json b/datatables.json index 53bd63f..e86d42a 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/Buttons", "last-tag": "2.3.6", - "last-sync": "f1554255c0f93954b6d85964d7b95706745edfed" + "last-sync": "a966bcfc52407951dae447f088abdf20cb494148" } \ No newline at end of file diff --git a/types/buttons.dataTables.d.ts b/types/buttons.dataTables.d.ts index e69de29..32c1ba0 100644 --- a/types/buttons.dataTables.d.ts +++ b/types/buttons.dataTables.d.ts @@ -0,0 +1,5 @@ + +import DataTable from 'datatables.net-buttons'; + +export default DataTable; +export * from 'datatables.net-buttons';