HOME


Mini Shell 1.0
DIR: /home/otwalrll/satojafurnitures.com/wp-content/themes/blocksy/static/js/editor/utils/
Upload File :
Current File : /home/otwalrll/satojafurnitures.com/wp-content/themes/blocksy/static/js/editor/utils/colors.js
export const getColorsDefaults = (colors) =>
	Object.keys(colors).reduce((acc, key) => {
		acc[key] = {
			type: 'string',
			default: colors[key],
		}

		return acc
	}, {})