import React = require("react"); import { History } from "./History"; export default React.createContext(undefined as any);