Skip to content

Commit a11417a

Browse files
authored
fix: add disabled property in rc-pagination.d.ts (#339)
1 parent bb99f8b commit a11417a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rc-pagination.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ declare module 'rc-pagination' {
1818
showQuickJumper: boolean | object;
1919
showTitle: boolean;
2020
simple: boolean;
21+
disabled: boolean;
2122

2223
locale: PaginationLocale;
2324

0 commit comments

Comments
 (0)