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