import { RxValue } from "./RxValue"; import { HistoryController } from "./history"; const History = new HistoryController(); function createComponent(key: string, h?: HistoryController) { if (!h ) h = History; }