Como obter margem de elemento no React

parseFloat(getComputedStyle(element).getPropertyValue('margin'));
CollectiveMind