UNPKG

strapi-plugin-comments

Version:
5 lines (4 loc) 107 B
import { FC } from 'react'; export declare const CommentReportStatusBadge: FC<{ resolved: boolean; }>;