UNPKG

strapi-plugin-comments

Version:
8 lines (7 loc) 206 B
import { FC } from 'react'; import { AllowedActions } from '../../types'; export declare const ApproveFlow: FC<{ id: number; canModerate: AllowedActions['canModerate']; queryKey?: string[]; }>;