UNPKG

@arteneo/forge

Version:
8 lines (7 loc) 465 B
import React from "react"; import { ExternalGenericButtonDialogProps } from "../../components/Common/GenericButtonDialog"; import { DialogBatchFormProps } from "../../components/Dialog/DialogBatchForm"; type ButtonDialogBatchFormProps = ExternalGenericButtonDialogProps<DialogBatchFormProps>; declare const ButtonDialogBatchForm: (props: ButtonDialogBatchFormProps) => React.JSX.Element; export default ButtonDialogBatchForm; export { ButtonDialogBatchFormProps };