/* eslint-disable no-undef */ /* eslint-disable indent */ import React from 'react' import { CustomImage } from '../EditorComponents' const wp = window.wp const { ColorPicker } = wp.components declare global { interface Props {} interface Window { wp:any, lodash:any } interface Math { round:(x: number) => number } } const Backgrounds = ({wide,attributes,setAttributes}) => { let dbgcolor = {r:255,g:255,b:255,a:0} return
Taustaväri
setAttributes({backgroundColor:value.rgb}) } />
} export default Backgrounds