UNPKG

here-maps-type-guards

Version:

A guarded version of the TypeScript type definitions for HERE Maps.

6 lines 259 B
import { THereMapsMapEvents } from '../types'; import { IHereMaps } from './here-maps'; export interface IHereMapsWithMapEventsNamespace extends IHereMaps { mapevents: THereMapsMapEvents; } //# sourceMappingURL=here-maps-with-map-events-namespace.d.ts.map