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