Skip to content

Commit

Permalink
Fix: Correct type inheritance for styling packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Jun 30, 2023
1 parent ca7f29d commit 6f18ccb
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 1 deletion.
5 changes: 5 additions & 0 deletions types/autoFill.bootstrap.d.ts
@@ -0,0 +1,5 @@

import DataTable from 'datatables.net-autofill';

export default DataTable;
export * from 'datatables.net-autofill';
5 changes: 5 additions & 0 deletions types/autoFill.bootstrap4.d.ts
@@ -0,0 +1,5 @@

import DataTable from 'datatables.net-autofill';

export default DataTable;
export * from 'datatables.net-autofill';
5 changes: 5 additions & 0 deletions types/autoFill.bootstrap5.d.ts
@@ -0,0 +1,5 @@

import DataTable from 'datatables.net-autofill';

export default DataTable;
export * from 'datatables.net-autofill';
5 changes: 5 additions & 0 deletions types/autoFill.bulma.d.ts
@@ -0,0 +1,5 @@

import DataTable from 'datatables.net-autofill';

export default DataTable;
export * from 'datatables.net-autofill';
5 changes: 5 additions & 0 deletions types/autoFill.dataTables.d.ts
@@ -0,0 +1,5 @@

import DataTable from 'datatables.net-autofill';

export default DataTable;
export * from 'datatables.net-autofill';
5 changes: 5 additions & 0 deletions types/autoFill.foundation.d.ts
@@ -0,0 +1,5 @@

import DataTable from 'datatables.net-autofill';

export default DataTable;
export * from 'datatables.net-autofill';
5 changes: 5 additions & 0 deletions types/autoFill.jqueryui.d.ts
@@ -0,0 +1,5 @@

import DataTable from 'datatables.net-autofill';

export default DataTable;
export * from 'datatables.net-autofill';
5 changes: 5 additions & 0 deletions types/autoFill.semanticui.d.ts
@@ -0,0 +1,5 @@

import DataTable from 'datatables.net-autofill';

export default DataTable;
export * from 'datatables.net-autofill';
2 changes: 1 addition & 1 deletion types.d.ts → types/types.d.ts
Expand Up @@ -10,7 +10,7 @@
import DataTables, {Api} from 'datatables.net';

export default DataTables;

export * from 'datatables.net';

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables' types integration
Expand Down

0 comments on commit 6f18ccb

Please sign in to comment.