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