export interface IPaginationProps {
  children?: React.ReactElement | ((...args: any) => React.ReactElement)
  multipleId?: string
}