UNPKG

@stadiamaps/ferrostar-webcomponents

Version:

Ferrostar is a modern SDK for building turn-by-turn navigation applications.

9 lines 395 B
import { LitElement } from 'lit'; import { TripState } from '@stadiamaps/ferrostar'; export declare class TripProgressView extends LitElement { tripState: TripState | null; static styles: import('lit').CSSResult[]; getEstimatedArrival(durationRemaining: number): Date; render(): import('lit-html').TemplateResult<1> | undefined; } //# sourceMappingURL=trip-progress-view.d.ts.map