@arteneo/forge
Version:
8 lines (7 loc) • 529 B
TypeScript
import React from "react";
import { ExternalGenericButtonDialogProps } from "../../components/Common/GenericButtonDialog";
import { DialogBatchAlertConfirmProps } from "../../components/Dialog/DialogBatchAlertConfirm";
type ButtonDialogBatchAlertConfirmProps = ExternalGenericButtonDialogProps<DialogBatchAlertConfirmProps>;
declare const ButtonDialogBatchAlertConfirm: (props: ButtonDialogBatchAlertConfirmProps) => React.JSX.Element;
export default ButtonDialogBatchAlertConfirm;
export { ButtonDialogBatchAlertConfirmProps };