import { Divider } from "antd"; import CommentTopicInfo from "./CommentTopicInfo"; import CommentTopicChildren from "./CommentTopicChildren"; interface IWidget { topicId?: string; onItemCountChange?: Function; } const CommentTopicWidget = ({ topicId, onItemCountChange }: IWidget) => { return (