UNPKG

react-excel-exporter

Version:

Library for exporting data to Excel made with React and ViteJS.

5 lines (4 loc) 148 B
import React from "react"; import { ExcelFileProps } from "./Excel.types"; declare const ExcelFile: React.FC<ExcelFileProps>; export { ExcelFile };