UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 275 B
import React from 'react'; export declare const CardReplyPopover: ({ onDeleteComment, commentId, className, popoverClassName, }: { className?: string; popoverClassName?: string; onDeleteComment?: () => void; commentId: string; }) => React.JSX.Element;