Skip to content

Commit 7245d72

Browse files
nullptr-zxingyuefeng
authored andcommitted
doc(Pagination): 删除无效引用
1 parent b533cae commit 7245d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/Pagination/MoreDir.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface MoreDirProps {
2121
}
2222

2323
const MoreDir = (props: MoreDirProps) => {
24-
const { size, borderColor = '#8d8d8d', color, setCurrent, current } = props;
24+
const { setCurrent, current } = props;
2525
const [jumpCurrent, setJumpCurrent] = useState(1);
2626

2727
return (

0 commit comments

Comments
 (0)