Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
hasInnerBlocks,
isSelected,
getStylesFromColorScheme,
} ) {
if ( ! isSelected && ! hasInnerBlocks ) {
return (
<div style="{">
<div>
</div>
</div>
);
}
],
{
contrastCheckers: [ { backgroundColor: true, textColor: true } ],
}
);
return (
<>
{ InspectorControlsColorPanel }
<div>
<div>
</div>
</div>
);
}