UNPKG

strapi-plugin-comments

Version:
4 lines (3 loc) 224 B
import { REPORT_STATUS } from "./constants"; declare const resolveReportStatusColor: (status: (typeof REPORT_STATUS)[keyof typeof REPORT_STATUS]) => "danger" | "success" | "primary"; export default resolveReportStatusColor;