UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

5 lines (4 loc) 264 B
import { AppState } from '../../common/reducers'; import { MarkersState, PolygonsState } from '../../mapping/reducers'; export declare const getMapMarkers: (state: AppState) => MarkersState; export declare const getMapPolygons: (state: AppState) => PolygonsState;