UNPKG

ng2-heremaps

Version:
31 lines 720 B
/** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ /** * @record */ export function IZoomLevel() { } function IZoomLevel_tsickle_Closure_declarations() { /** @type {?} */ IZoomLevel.prototype.World; /** @type {?} */ IZoomLevel.prototype.Continent; /** @type {?} */ IZoomLevel.prototype.City; /** @type {?} */ IZoomLevel.prototype.Streets; /** @type {?} */ IZoomLevel.prototype.Buildings; } /** * @record */ export function IAnimation() { } function IAnimation_tsickle_Closure_declarations() { /** @type {?} */ IAnimation.prototype.BOUNCE; /** @type {?} */ IAnimation.prototype.DROP; } //# sourceMappingURL=zoom-level.type.js.map