declare namespace IPagination { // 组件props interface IPaginationProps { children: React.ReactElement; loadFunctionMore: any; requestFunctionData: any; } }