import { useBlockProps, InnerBlocks } from "@wordpress/block-editor"; import { isColorLight } from "../../_utilities/utilities"; export default function save({ attributes }) { const { backgroundColor, textColor, hasLightBackground, hasBackgroundColor, blockVariant, } = attributes; return (
); }