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.

8 lines (7 loc) 175 B
import type { Core } from '@strapi/strapi'; declare const controller: ({ strapi }: { strapi: Core.Strapi; }) => { index(ctx: any): void; }; export default controller;