in src/helpers/elementTypes.js [1:3]
function makeTypeChecker(tabsRole) { return (element) => !!element.type && element.type.tabsRole === tabsRole; }