Repository URL to install this package:
|
Version:
2.7.3 ▾
|
declare const data: {
latitude: number;
longitude: number;
styleOptions: ({
elementType: string;
stylers: {
color: string;
}[];
featureType?: undefined;
} | {
elementType: string;
stylers: {
visibility: string;
}[];
featureType?: undefined;
} | {
featureType: string;
elementType: string;
stylers: {
color: string;
}[];
})[];
markerPositions: {
lat: number;
lng: number;
}[];
};
declare const wordings: {
mapType: string;
};
declare const qaAttributes: {
mapContainer: string;
};
declare const identifiers: {
outerWrapperID: string;
};
export { data, wordings, qaAttributes, identifiers };