gather-content-ui
Version:
GatherContent UI Library
10 lines • 421 B
TypeScript
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