UNPKG

@paperbits/core

Version:
16 lines (14 loc) 280 B
export interface GoogleMapsCustomization { /** * Feature type, e.g. `poi.park`. */ featureType: string; /** * Type of element, e.g. `labels.text.fill`. */ elementType: string; /** * Stylers. */ stylers: any; }