Skip to content

Commit

Permalink
feat: export CompareFn
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Apr 18, 2024
1 parent 51a6532 commit 52ccbf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@
"typescript": "^5.3.2",
"webpack": "^5.89.0"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.1"
}
1 change: 1 addition & 0 deletions src/Table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export {
} from 'antd/es/table';
export {
ColumnFilterItem,
CompareFn,
FilterDropdownProps,
SortOrder,
} from 'antd/es/table/interface';
Expand Down

0 comments on commit 52ccbf4

Please sign in to comment.