Skip to content

Commit 3107b08

Browse files
committed
a966bcfc52407951dae447f088abdf20cb494148 Fix: Correct type inheritance for styling packages
Sync to source repo @a966bcfc52407951dae447f088abdf20cb494148
1 parent 0507377 commit 3107b08

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
],
1515
"src-repo": "http://github.com/DataTables/Buttons",
1616
"last-tag": "2.3.6",
17-
"last-sync": "f1554255c0f93954b6d85964d7b95706745edfed"
17+
"last-sync": "a966bcfc52407951dae447f088abdf20cb494148"
1818
}

types/buttons.jqueryui.d.ts

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
import DataTable from 'datatables.net-buttons';
3+
4+
export default DataTable;
5+
export * from 'datatables.net-buttons';

0 commit comments

Comments
 (0)