UNPKG

@arshiash80/strapi-plugin-iconhub

Version:

Icon picker plugin for Strapi with Iconify integration — search, select, and store icons with raw SVG for high-performance rendering.

15 lines (14 loc) 284 B
declare const routes: { 'content-api': { type: string; routes: { method: string; path: string; handler: string; config: { policies: any[]; }; }[]; }; }; export default routes;