function getTab()

in src/components/UncontrolledTabs.js [161:163]


  function getTab(index) {
    return tabNodes.current[`tabs-${index}`];
  }