import { __ } from "@wordpress/i18n";
import { Border, Spacing, BoxShadow, InputControl, ToggleControl, BackgroundControl } from "@easy-accordion/components";
export const AdvancedGeneralTab = ({ attributes, setAttributes }) => {
const {
eabBackground,
eabBorder,
eabBorderWidth,
eabBorderRadius,
eabBoxShadow,
eabPadding,
eabMargin,
eabAccessibility,
} = attributes;
return (
<>