Documentation
    Preparing search index...

    Type Alias ApplicationQuotesPurchaseButtonProps

    ApplicationQuotesPurchaseButtonProps: Omit<
        BaseComponentProps<HTMLDivElement>,
        "reference",
    > & Pick<InteractiveComponentProps, "isReadOnly"> & Pick<
        ApplicationQuotesCardProps,
        "shareButtonsProps"
        | "paymentModalProps"
        | "onBindWithAgencyBill",
    > & Partial<
        {
            onQuotesPaymentModalOpen: () => void;
            onRequestAgencyBill: () => void;
        },
    >