Skip to content

Commit

Permalink
Merge pull request #1033 from securityscorecard/ajkl2533@expose-more-…
Browse files Browse the repository at this point in the history
…datatable-types

fix(DatatableV2): expose more types
  • Loading branch information
ajkl2533 authored Jul 23, 2024
2 parents fb1ef8c + c946551 commit 5c336b9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/DatatableV2/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
export { default as DatatableV2 } from './Datatable';
export type { DatatableColumnDef, DatatableOptions } from './Datatable.types';
export type {
DatatableColumnDef,
DatatableOptions,
DatatableInstance,
DatatableRow,
DatatableRowAction,
} from './Datatable.types';

0 comments on commit 5c336b9

Please sign in to comment.