index.ts 235 Bytes Raw Blame History Permalink 1 2 3 4 import { MapComponentTrackHistoryConfig } from './MapComponentTrackHistory'; import { MapComponentTrackRealConfig } from './MapComponentTrackReal'; export const MapList = [MapComponentTrackHistoryConfig, MapComponentTrackRealConfig];