UNPKG

react-export-table-to-excel

Version:

It allows you to export an HTML table just by sending the table reference and the name with which you want the file to be saved

6 lines (5 loc) 168 B
import { ReactElement } from "react"; import { UseExcel } from "./use-excel"; export interface IProps extends UseExcel { children: ReactElement | ReactElement[]; }