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