We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01647a commit 4194f22Copy full SHA for 4194f22
src/interface.ts
@@ -17,12 +17,6 @@ export interface PaginationLocale {
17
page_size?: string;
18
}
19
20
-export interface showSizeChangerLocale {
21
- options?: string[] | number[];
22
- showSearch?: boolean;
23
- onChange?: (size: number) => void;
24
-}
25
-
26
type ShowSizeChanger = boolean | {
27
options?: string[] | number[];
28
showSearch?: boolean;
0 commit comments