You need to sign in or sign up before continuing.
index.ts 235 Bytes
import { MapComponentTrackHistoryConfig } from './MapComponentTrackHistory';
import { MapComponentTrackRealConfig } from './MapComponentTrackReal';

export const MapList = [MapComponentTrackHistoryConfig, MapComponentTrackRealConfig];