UNPKG

strapi-plugin-excel-export-2024

Version:

A strapi plugin used which can be used to download data in xlsx format

13 lines (9 loc) 178 B
/** * * PluginIcon * */ import React from "react"; import { Download } from "@strapi/icons"; const PluginIcon = () => <Download />; export default PluginIcon;