import React from "react"; interface Props { onChange: (e: React.ChangeEvent) => void; value: number; total: number; } const ThresholdInput = (props: Props) => ( <>

Signatures required to send a transaction

of
{props.total}
); export default ThresholdInput;