fix: table rowselection type error
parent
4afb93e7fb
commit
2b422dd17b
|
@ -94,7 +94,7 @@ export const TableRowSelection = {
|
|||
export const TableProps = {
|
||||
prefixCls: PropTypes.string,
|
||||
dropdownPrefixCls: PropTypes.string,
|
||||
rowSelection: PropTypes.oneOfType([PropTypes.shape(TableRowSelection).loose, null]),
|
||||
rowSelection: PropTypes.oneOfType([PropTypes.shape(TableRowSelection).loose, Object]),
|
||||
pagination: PropTypes.oneOfType([
|
||||
PropTypes.shape({
|
||||
...PaginationProps,
|
||||
|
|
Loading…
Reference in New Issue