Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / atoms / Map / fixture.d.ts
Size: Mime:
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 };