index.ts 235 Bytes
import { MapComponentTrackHistoryConfig } from './MapComponentTrackHistory';
import { MapComponentTrackRealConfig } from './MapComponentTrackReal';

export const MapList = [MapComponentTrackHistoryConfig, MapComponentTrackRealConfig];