Skip to content

Commit 9992404

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

datatables.json

Lines changed: 1 addition & 1 deletion
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.semanticui.d.ts

Lines changed: 5 additions & 0 deletions
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)