UNPKG

@kbss-cvut/s-forms

Version:

Semantic forms generator and processor

7 lines (6 loc) 240 B
interface Props { comments: Array<any>; onDeleteCommentClick: (index: number) => void; } declare const CommentList: ({ comments, onDeleteCommentClick }: Props) => import("react/jsx-runtime").JSX.Element; export default CommentList;