UNPKG

ng2-heremaps

Version:
19 lines 519 B
/** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ /** * @record */ export function PolylineOptions() { } function PolylineOptions_tsickle_Closure_declarations() { /** @type {?|undefined} */ PolylineOptions.prototype.strokeColor; /** @type {?|undefined} */ PolylineOptions.prototype.fillColor; /** @type {?|undefined} */ PolylineOptions.prototype.lineWidth; /** @type {?} */ PolylineOptions.prototype.path; } //# sourceMappingURL=polyline-options.js.map