UNPKG

ng-leaflet-universal-cm

Version:

NgLeafletUniversal is an open source Angular module that extends and simplifies the Leaflet implementation for Angular.

4 lines (3 loc) 163 B
import { MarkerCard } from '../models'; export declare function generate(prefix?: string): string; export declare const getCardHtml: (card: MarkerCard) => string;