UNPKG

strapi-plugin-generic-custom-fields

Version:
7 lines (6 loc) 234 B
import * as StrapiIcons from '@strapi/icons'; interface PluginIconProps { icon?: keyof typeof StrapiIcons; } declare const PluginIcon: ({ icon }: PluginIconProps) => import("react/jsx-runtime").JSX.Element; export { PluginIcon };