@stadiamaps/ferrostar-webcomponents
Version:
Ferrostar is a modern SDK for building turn-by-turn navigation applications.
11 lines • 449 B
TypeScript
import { FerrostarMap } from './ferrostar-map';
import { FerrostarCore } from './ferrostar-core';
import { BrowserLocationProvider, SimulatedLocationProvider } from './location';
export { FerrostarMap, BrowserLocationProvider, SimulatedLocationProvider, FerrostarCore, };
declare global {
interface HTMLElementTagNameMap {
"ferrostar-map": FerrostarMap;
"ferrostar-core": FerrostarCore;
}
}
//# sourceMappingURL=main.d.ts.map