import React from 'react'; import { __ } from '@wordpress/i18n'; interface HeaderProps { title: string; } const Header = ({ title }: HeaderProps) => { const isProActive = window.THUMBPRESS?.pro_active; return (