UNPKG

strapi-plugin-comments

Version:
8 lines (7 loc) 198 B
import { FC } from 'react'; import { Comment } from '../../api/schemas'; export declare const CommentStatusBadge: FC<{ item: Comment; canAccessReports: boolean; hasReports: boolean; }>;