UNPKG

@stadiamaps/ferrostar-webcomponents

Version:

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

11 lines 541 B
import { LitElement } from 'lit'; import { VisualInstruction } from '@stadiamaps/ferrostar'; export declare class ManeuverImage extends LitElement { visualInstruction: VisualInstruction | undefined; static styles: import('lit').CSSResult[]; getManeuverType(): import('@stadiamaps/ferrostar').ManeuverType | undefined; getManeuverModifier(): import('@stadiamaps/ferrostar').ManeuverModifier | undefined; getImageUrl(): any; render(): import('lit-html').TemplateResult<1>; } //# sourceMappingURL=maneuver-image.d.ts.map