UNPKG

@arteneo/forge

Version:
8 lines (7 loc) 489 B
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 };