UNPKG

strapi-plugin-comments

Version:
4 lines (3 loc) 154 B
import { FC } from 'react'; import { CommentReport } from '../../api/schemas'; export declare const ReportReasonBadge: FC<Pick<CommentReport, 'reason'>>;