UNPKG

react-excel-exporter

Version:

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

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