...
;
}
return (
Pre-Coins ({this.precoins() !.length.toString()})
{" "}
{this.precoins() !.map((c) => )}
);
}
}
interface DenominationListProps {
exchange: IExchangeInfo;
}
interface ExpanderTextProps {
text: string;
}
class ExpanderText extends ImplicitStateComponent