/
shappo
/
ui
Обзор
Документация
Войти
/
shappo
/
ui
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
src/map.ts
37 строк
716 B
Sergey Shappo
feat(map): add horizontal split for compare divider on narrow viewports
05 авг 2026, 22:47
05 авг 2026, 22:47
b3e4d7f
Код
Авторство
О чём код?
export { LeafletMap, MapCompareControl, MapEdgeMarkers, MapHeatLayer, MapMarkerLayer, MapMiniMap, MapSkeleton, type LeafletMapProps, type MapCompareControlProps, type MapEdgeMarkersProps, type MapHeatLayerProps, type MapMarkerLayerProps, type MapMiniMapProps, } from "./components/Map"; export { BELARUS_VIEW, COMPARE_WIDE_MQ, HISTORICAL_TILE_LAYER_IDS, TILE_LAYERS, TILE_LAYER_ORDER, getTileLayer, isHistoricalTileLayer, listTileLayers, } from "./maps"; export type { MapCompareConfig, MapCompareMode, MapCompareSplitOrientation, MapEdgeDirection, MapHeatPoint, MapMarker, MapMarkerVariant, MapViewConfig, TileLayerConfig, TileLayerId, } from "./maps";