* @name TabTrap
| 29 | */ |
| 30 | |
| 31 | interface TabTrap { |
| 32 | node: HTMLElement | null; |
| 33 | } |
| 34 | |
| 35 | // eslint-disable-next-line no-shadow |
| 36 | const TabTrap = forwardRef<TabTrap, TabTrapProps>(function TabTrap( |
nothing calls this directly
no outgoing calls
no test coverage detected