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