UNPKG

strapi-plugin-comments

Version:
8 lines (7 loc) 165 B
import { FC } from 'react'; import { Comment } from '../../api/schemas'; type Props = { item: Comment; }; export declare const ReviewFlow: FC<Props>; export {};