UNPKG

@arteneo/forge

Version:
8 lines (7 loc) 529 B
import React from "react"; import { ExternalGenericButtonDialogProps } from "../../components/Common/GenericButtonDialog"; import { DialogBatchConfirmMultiProps } from "../../components/Dialog/DialogBatchConfirmMulti"; type ButtonDialogBatchConfirmMultiProps = ExternalGenericButtonDialogProps<DialogBatchConfirmMultiProps>; declare const ButtonDialogBatchConfirmMulti: (props: ButtonDialogBatchConfirmMultiProps) => React.JSX.Element; export default ButtonDialogBatchConfirmMulti; export { ButtonDialogBatchConfirmMultiProps };