Skip to content

Commit 28b1494

Browse files
committed
192766047ecc5b9507a32f49f5f58fa9fdd4a255 Fix: Add missing type exports for the styling integrations
d552829a28ab6616ed1dd8f5850c6a1773cd3f63 1.4.1 release Sync to source repo @192766047ecc5b9507a32f49f5f58fa9fdd4a255
1 parent 265f1a9 commit 28b1494

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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/RowGroup",
1616
"last-tag": "1.4.0",
17-
"last-sync": "e3d4e678b495c67bee20283ee36ca3aa312164f9"
17+
"last-sync": "192766047ecc5b9507a32f49f5f58fa9fdd4a255"
1818
}

types/rowGroup.jqueryui.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-rowgroup';
3+
4+
export default DataTable;
5+
export * from 'datatables.net-rowgroup';

0 commit comments

Comments
 (0)