import React from "react"; import { connect } from "react-redux"; import CharacterString from "../CharacterString"; import { AppState } from "../../types"; import * as Selectors from "../../selectors"; interface StateProps { kbps: string | null; } const Kbps = (props: StateProps) => (