UNPKG

coject

Version:
12 lines (11 loc) 259 B
import React from 'react'; interface PdfFooterProps { apiData?: any; footerData?: any; pageIndex?: number; parameter?: any; tableData?: any; totalPages?: number; } declare const Footer: React.FC<PdfFooterProps>; export default Footer;