Path : /home/vishqocm/vjmedia.in/wp-content/plugins/coblocks/src/blocks/map/components/
File Upload :
Current File : //home/vishqocm/vjmedia.in/wp-content/plugins/coblocks/src/blocks/map/components/styles.js

/**
 * WordPress dependencies
 */
const { __ } = wp.i18n;

/**
 * Map styles
 */
export const styleOptions = [
	{
		value: 'standard',
		label: __( 'Standard' ),
	},
	{
		value: 'silver',
		label: __( 'Silver' ),
	},
	{
		value: 'retro',
		label: __( 'Retro' ),
	},
	{
		value: 'dark',
		label: __( 'Dark' ),
	},
	{
		value: 'night',
		label: __( 'Night' ),
	},
	{
		value: 'aubergine',
		label: __( 'Aubergine' ),
	},
];