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