UNPKG

lml-main

Version:

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

6 lines (5 loc) 210 B
import { PositionModel } from '@lml/cosmo-ts-data'; export interface MapBoundsState { center: PositionModel; } export declare const mapBoundsReducer: (state: MapBoundsState, action: any) => MapBoundsState;