Skip to content

Commit 2e7cac3

Browse files
veddermaticDave Vedder
andauthored
Added Selector and SortFunction to exported types (#1009)
Co-authored-by: Dave Vedder <[email protected]>
1 parent a881779 commit 2e7cac3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export type {
1717
PaginationServerOptions,
1818
ContextMessage,
1919
SortOrder,
20+
SortFunction,
21+
Selector,
2022
} from './DataTable/types';
2123

2224
export default DataTable;

0 commit comments

Comments
 (0)