(itemText: string)
| 202 | } |
| 203 | |
| 204 | function getItemsWidth(itemText: string): number { |
| 205 | return noIconChildWidthArray.find(item => item.text === itemText)?.width ?? 0 |
| 206 | } |
| 207 | |
| 208 | const swapMenuItemWithListItem = ( |
| 209 | prospectiveListItem: React.ReactElement, |
no outgoing calls
no test coverage detected