Skip to content

Commit 4194f22

Browse files
committed
Remove unwanted codes
1 parent d01647a commit 4194f22

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/interface.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ export interface PaginationLocale {
1717
page_size?: string;
1818
}
1919

20-
export interface showSizeChangerLocale {
21-
options?: string[] | number[];
22-
showSearch?: boolean;
23-
onChange?: (size: number) => void;
24-
}
25-
2620
type ShowSizeChanger = boolean | {
2721
options?: string[] | number[];
2822
showSearch?: boolean;

0 commit comments

Comments
 (0)