import { TabPanel } from '@wordpress/components'; const TabPanelExample = () => ( { ( tab ) =>

Selected tab: { tab.title }

}
); export default TabPanelExample;