UNPKG

here-maps-type-guards

Version:

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

6 lines 223 B
import { THereMapsUi } from '../types'; import { IHereMaps } from './here-maps'; export interface IHereMapsWithUiNamespace extends IHereMaps { ui: THereMapsUi; } //# sourceMappingURL=here-maps-with-ui-namespace.d.ts.map