useShowSizeChanger.d.ts 308 B

123
  1. import type { PaginationProps } from '.';
  2. import type { SelectProps } from '../select';
  3. export default function useShowSizeChanger(showSizeChanger?: PaginationProps['showSizeChanger']): [show: boolean | undefined, selectProps: SelectProps<any, import("rc-select/lib/Select").DefaultOptionType> | undefined];