From 8c7c9f4af141396ddb100e122eb3c1d56f9f8714 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Mon, 3 Jul 2023 12:57:59 +0100 Subject: [PATCH] 63df8693c95297a00730c96c27176bee8858845d Fix: Correct type inheritance for styling packages Sync to source repo @63df8693c95297a00730c96c27176bee8858845d --- datatables.json | 2 +- types/select.bootstrap5.d.ts | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index f5f3cac..7c0dadf 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/Select", "last-tag": "1.6.2", - "last-sync": "38c2a6298c2514c8ffd8812c7ecb828c93949c62" + "last-sync": "63df8693c95297a00730c96c27176bee8858845d" } \ No newline at end of file diff --git a/types/select.bootstrap5.d.ts b/types/select.bootstrap5.d.ts index e69de29..8382cc0 100644 --- a/types/select.bootstrap5.d.ts +++ b/types/select.bootstrap5.d.ts @@ -0,0 +1,5 @@ + +import DataTable from 'datatables.net-select'; + +export default DataTable; +export * from 'datatables.net-select';