?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/static/js/editor/utils/



?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/static/js/editor

?? Viewing: colors.js

export const getColorsDefaults = (colors) =>
	Object.keys(colors).reduce((acc, key) => {
		acc[key] = {
			type: 'string',
			default: colors[key],
		}

		return acc
	}, {})


??

??