(child)
| 251 | return n + 1; |
| 252 | } |
| 253 | function _temp(child) { |
| 254 | return [child.props.id ?? child.props.title, child.props.title]; |
| 255 | } |
| 256 | type TabProps = { |
| 257 | title: string; |
| 258 | id?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected