UNPKG

gather-content-ui

Version:
10 lines 421 B
declare function CommentDeleteConfirmation({ onConfirm, confirmButtonText, failureText, onCancel, }: any): import("react/jsx-runtime").JSX.Element | null; declare namespace CommentDeleteConfirmation { var defaultProps: { confirmButtonText: string; onCancel: () => void; failureText: string; }; } export { CommentDeleteConfirmation }; //# sourceMappingURL=CommentDeleteConfirmation.d.ts.map