import { Comment } from 'antd'; export type { CommentProps } from 'antd/lib/comment'; export * from 'antd/lib/comment'; export default Comment;