/* eslint-disable no-undef */ /* eslint-disable indent */ import React from 'react' import { CustomSelect } from '../EditorComponents' declare global { interface Props {} interface Window { wp:any, lodash:any } interface Math { round:(x: number) => number } } const wp = window.wp const Alignment = ({wide,attributes,setAttributes}) => { const {justify,justifyItems,justifySelf,alignContent,alignSelf,items,placeContent,placeItems,placeSelf} = attributes return
} export default Alignment