UNPKG

strapi-plugin-generic-custom-fields

Version:

This plugin allows you to easily add custom fields to Strapi.

8 lines (7 loc) 254 B
import { default as React } from 'react'; import * as StrapiIcons from '@strapi/icons'; interface PluginIconProps { icon?: keyof typeof StrapiIcons; } declare const PluginIcon: ({ icon }: PluginIconProps) => React.JSX.Element; export { PluginIcon };