From de74df8f90d0b03e2474c773bcfb6636e00bccce Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Fri, 30 Jun 2023 18:05:50 +0100 Subject: [PATCH] a966bcfc52407951dae447f088abdf20cb494148 Fix: Correct type inheritance for styling packages Sync to source repo @a966bcfc52407951dae447f088abdf20cb494148 --- datatables.json | 2 +- types/buttons.dataTables.d.ts | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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';