UNPKG

strapi-plugin-comments

Version:
8 lines (7 loc) 195 B
import { FC } from 'react'; import { Report } from '../../api/schemas'; type ReportsActionsProps = { item: Report; }; export declare const ReportsActions: FC<ReportsActionsProps>; export {};