@stadiamaps/ferrostar-webcomponents
Version:
Ferrostar is a modern SDK for building turn-by-turn navigation applications.
8 lines • 331 B
TypeScript
import { LitElement } from 'lit';
export declare class TripProgressView extends LitElement {
tripState: any;
static styles: import('lit').CSSResult[];
getEstimatedArrival(durationRemaining: number): Date;
render(): import('lit-html').TemplateResult<1> | undefined;
}
//# sourceMappingURL=trip-progress-view.d.ts.map